Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / InsertExtendTable Method
The source table.
Indicate that row or column should be insert


In This Topic
    InsertExtendTable Method
    In This Topic
    Create new table action command for insert row/ column at the end of the table.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertExtendTable( _
       ByVal table As ITable, _
       ByVal isRow As Boolean _
    ) As TableActionsCommand
    'Usage
     
    
    Dim table As ITable
    Dim isRow As Boolean
    Dim value As TableActionsCommand
     
    value = TableActionsCommand.InsertExtendTable(table, isRow)
    public static TableActionsCommand InsertExtendTable( 
       ITable table,
       bool isRow
    )

    Parameters

    table
    The source table.
    isRow
    Indicate that row or column should be insert
    See Also