Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / GetExternalSourceToken Method
The source.


In This Topic
    GetExternalSourceToken Method
    In This Topic
    Gets the external source token.
    Syntax
    'Declaration
     
    Public Overridable Function GetExternalSourceToken( _
       ByVal source As ICalcSource _
    ) As String
    'Usage
     
    Dim instance As CalcParserContext
    Dim source As ICalcSource
    Dim value As String
     
    value = instance.GetExternalSourceToken(source)
    public virtual string GetExternalSourceToken( 
       ICalcSource source
    )

    Parameters

    source
    The source.

    Return Value

    A System.String indicates the external source token.
    See Also