[]
Creates an instance of TableResizeUndoAction
public TableResizeUndoAction(FpSpread fpSpread, SheetView sheetView, TableView tableView, int newRowCount, int newColumnCount, int newFirstColumnIndex = -1)
Public Sub New(fpSpread As FpSpread, sheetView As SheetView, tableView As TableView, newRowCount As Integer, newColumnCount As Integer, Optional newFirstColumnIndex As Integer = -1)
Type | Name | Description |
---|---|---|
FpSpread | fpSpread | The FpSpread object. |
SheetView | sheetView | The SheetView object. |
TableView | tableView | The TableView object. |
int | newRowCount | New row count to resize. |
int | newColumnCount | New column count to resize. |
int | newFirstColumnIndex | New first column to resize. -1 means not changing first column. |