[]
Creates a new undo action for column resizing.
public ColumnResizeUndoAction(SheetView sheetView, ColumnWidthChangeExtents[] columns, int size, bool rowHeader)
Public Sub New(sheetView As SheetView, columns As ColumnWidthChangeExtents(), size As Integer, rowHeader As Boolean)
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | Sheet |
| ColumnWidthChangeExtents[] | columns | ColumnWidthChangeExtents[] |
| int | size | Size |
| bool | rowHeader | Whether the column being resized is in the row header area |