Spread Windows Forms 12.0 Product Documentation
ResolveStructuredObject(FormulaEngine,Int32,Int32) Method


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.
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)
IStructuredObject ResolveStructuredObject( 
   FormulaEngine engine,
   int row,
   int 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

Reference

ISymbolResolver Interface
ISymbolResolver Members
Overload List