Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ConvertTableToRange Method
Name of table to convert.


In This Topic
    ConvertTableToRange Method
    In This Topic
    Converts the specified table to a range.
    Syntax
    'Declaration
     
    
    Public Sub ConvertTableToRange( _
       ByVal tableName As String _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim tableName As String
     
    instance.ConvertTableToRange(tableName)
    public void ConvertTableToRange( 
       string tableName
    )

    Parameters

    tableName
    Name of table to convert.
    See Also