Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ISymbolResolver Interface / ResolveStructuredObject Method / ResolveStructuredObject(FormulaEngine,Int32,Int32) Method
A FormulaEngine object indicates the formula parser.
An integer value indicates the context row.
An integer value indicates the context column.


In This Topic
ResolveStructuredObject(FormulaEngine,Int32,Int32) Method
In This Topic
Resolves the structured object from the specified cell location.
Syntax
'Declaration
 
Overloads Function ResolveStructuredObject( _
   ByVal engine As FormulaEngine, _
   ByVal row As Integer, _
   ByVal column As Integer _
) As IStructuredObject
 
'Usage
 
Dim instance As ISymbolResolver
Dim engine As FormulaEngine
Dim row As Integer
Dim column As Integer
Dim value As IStructuredObject
 
value = instance.ResolveStructuredObject(engine, row, column)

Parameters

engine
A FormulaEngine object indicates the formula parser.
row
An integer value indicates the context row.
column
An integer value indicates the context column.

Return Value

An Expression object represents the parsed expression.
See Also