Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / GetTableByName Method
The table name.


In This Topic
    GetTableByName Method
    In This Topic
    Get table by name.
    Syntax
    'Declaration
     
    Public Overridable Function GetTableByName( _
       ByVal name As String _
    ) As ITableStruct
    'Usage
     
    Dim instance As CalcParserContext
    Dim name As String
    Dim value As ITableStruct
     
    value = instance.GetTableByName(name)
    public virtual ITableStruct GetTableByName( 
       string name
    )

    Parameters

    name
    The table name.

    Return Value

    The table.
    See Also