[]
Creates a new undo action for row resizing.
public RowResizeUndoAction(SheetView sheetView, RowHeightChangeExtents[] rows, int size, bool columnHeader)
Public Sub New(sheetView As SheetView, rows As RowHeightChangeExtents(), size As Integer, columnHeader As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
RowHeightChangeExtents[] | rows | Array of row height change extents |
int | size | Size |
bool | columnHeader | Whether the row being resized is in the column header area |
Creates a new undo action for row resizing.
public RowResizeUndoAction(SheetView sheetView, RowHeightChangeExtents[] rows, int size, bool columnHeader, bool columnFooter)
Public Sub New(sheetView As SheetView, rows As RowHeightChangeExtents(), size As Integer, columnHeader As Boolean, columnFooter As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
RowHeightChangeExtents[] | rows | Array of row height change extents |
int | size | Size |
bool | columnHeader | Whether the row being resized is in the column header area |
bool | columnFooter | Whether the row being resized is in the column footer area |