Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / GetTableByIndex Method
The row index.
The column index.


In This Topic
    GetTableByIndex Method
    In This Topic
    Get table by index.
    Syntax
    'Declaration
     
    Public Overridable Function GetTableByIndex( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer _
    ) As ITableStruct
    'Usage
     
    Dim instance As CalcParserContext
    Dim rowIndex As Integer
    Dim columnIndex As Integer
    Dim value As ITableStruct
     
    value = instance.GetTableByIndex(rowIndex, columnIndex)
    public virtual ITableStruct GetTableByIndex( 
       int rowIndex,
       int columnIndex
    )

    Parameters

    rowIndex
    The row index.
    columnIndex
    The column index.

    Return Value

    The table.
    See Also