[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.TableResizeUndoAction.-ctor

TableResizeUndoAction Constructor

TableResizeUndoAction(FpSpread, SheetView, TableView, int, int, int)

Creates an instance of TableResizeUndoAction

Declaration
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)
Parameters
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.