Spread Windows Forms 15.0
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.


In This Topic
    ResolveReferenceSource(FormulaEngine,String,String,String) Method
    In This Topic
    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)

    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