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


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

Parameters

path
A string value indicates the book path.
bookName
A string value indicates the book name.
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