Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / GetTable Method
Name of table


In This Topic
    GetTable Method (ITableModelSupport)
    In This Topic
    Gets the table range.
    Syntax
    'Declaration
     
    
    Function GetTable( _
       ByVal name As String _
    ) As ITableRange
    'Usage
     
    
    Dim instance As ITableModelSupport
    Dim name As String
    Dim value As ITableRange
     
    value = instance.GetTable(name)
    ITableRange GetTable( 
       string name
    )

    Parameters

    name
    Name of table
    See Also