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


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > ISymbolResolver Interface > ResolveReferenceSource Method : ResolveReferenceSource(FormulaEngine,Int32,String) Method
A FormulaEngine object indicates the formula parser.
An integer value indicates the book index.
A string value indicates the reference source.
Resolves the reference source from the specified book index and reference source name.
Syntax
'Declaration
 
Overloads Function ResolveReferenceSource( _
   ByVal engine As FormulaEngine, _
   ByVal bookIndex As Integer, _
   ByVal refSourceName As String _
) As IReferenceSource
'Usage
 
Dim instance As ISymbolResolver
Dim engine As FormulaEngine
Dim bookIndex As Integer
Dim refSourceName As String
Dim value As IReferenceSource
 
value = instance.ResolveReferenceSource(engine, bookIndex, refSourceName)
IReferenceSource ResolveReferenceSource( 
   FormulaEngine engine,
   int bookIndex,
   string refSourceName
)

Parameters

engine
A FormulaEngine object indicates the formula parser.
bookIndex
An integer value indicates the book index.
refSourceName
A string value indicates the reference source.

Return Value

An Expression object represents the parsed expression.
See Also

Reference

ISymbolResolver Interface
ISymbolResolver Members
Overload List