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


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

Parameters

engine
A FormulaEngine object indicates the formula parser.
path
A string value indicates the book path.
bookName
A string value indicates the book name.
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