Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / CreateAutoExtendRow Method
The source table.
The total number of extra rows.


In This Topic
    CreateAutoExtendRow Method
    In This Topic
    Creates a command which extend the table row count by 1.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateAutoExtendRow( _
       ByVal table As Table, _
       ByVal rowCount As Integer _
    ) As TableActionsCommand
    'Usage
     
    
    Dim table As Table
    Dim rowCount As Integer
    Dim value As TableActionsCommand
     
    value = TableActionsCommand.CreateAutoExtendRow(table, rowCount)
    public static TableActionsCommand CreateAutoExtendRow( 
       Table table,
       int rowCount
    )

    Parameters

    table
    The source table.
    rowCount
    The total number of extra rows.
    See Also