'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.