Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / TableActionsCommand Constructor / TableActionsCommand Constructor(Table,Int32,Int32,Int32)
The source table
An integer value indicates the start column index that the table will be resized to.
An integer value indicates the end column index that the table will be resized to.
An integer value indicates the row count of table after resizing


In This Topic
TableActionsCommand Constructor(Table,Int32,Int32,Int32)
In This Topic
Initializes a new instance of the TableActionsCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal table As Table, _
   ByVal column As Integer, _
   ByVal column2 As Integer, _
   Optional ByVal rowCount As Integer _
)
 
'Usage
 
Dim table As Table
Dim column As Integer
Dim column2 As Integer
Dim rowCount As Integer
 
Dim instance As New TableActionsCommand(table, column, column2, rowCount)

Parameters

table
The source table
column
An integer value indicates the start column index that the table will be resized to.
column2
An integer value indicates the end column index that the table will be resized to.
rowCount
An integer value indicates the row count of table after resizing
See Also