Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetTable Method / GetTable(String) Method
Table name


In This Topic
    GetTable(String) Method
    In This Topic
    Gets a TableView by name.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetTable( _
       ByVal tableName As String _
    ) As TableView
    'Usage
     
    
    Dim instance As SheetView
    Dim tableName As String
    Dim value As TableView
     
    value = instance.GetTable(tableName)
    public TableView GetTable( 
       string tableName
    )

    Parameters

    tableName
    Table name

    Return Value

    An TableView object.
    See Also