Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / FindTable Method / FindTable(String) Method
The table name.


In This Topic
    FindTable(String) Method
    In This Topic
    Gets the table with a specified name.
    Syntax
    'Declaration
     
    Public Overloads Function FindTable( _
       ByVal tableName As String _
    ) As SheetTable
    'Usage
     
    Dim instance As Worksheet
    Dim tableName As String
    Dim value As SheetTable
     
    value = instance.FindTable(tableName)
    public SheetTable FindTable( 
       string tableName
    )

    Parameters

    tableName
    The table name.

    Return Value

    The table instance if the cell belongs to a table; otherwise, null.
    See Also