Spread Windows Forms 11.0 Product Documentation
ResolveReferenceSource(Int32,String,FormulaParser) Method


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

Parameters

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

Return Value

An Expression object represents the parsed expression.
See Also

Reference

ISymbolResolver Interface
ISymbolResolver Members
Overload List