'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