Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / GetTable(String) Method
A string value indicates the name of the table.


In This Topic
    GetTable(String) Method
    In This Topic
    Gets the table using the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetTable( _
       ByVal tableName As String _
    ) As Table
    'Usage
     
    
    Dim instance As Workbook
    Dim tableName As String
    Dim value As Table
     
    value = instance.GetTable(tableName)
    public Table GetTable( 
       string tableName
    )

    Parameters

    tableName
    A string value indicates the name of the table.

    Return Value

    A Table object represents the table. null if the table cannot be found.
    Remarks
    Safely for SpreadWin to use
    See Also