[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RowResizeUndoAction.-ctor

RowResizeUndoAction Constructor

RowResizeUndoAction(SheetView, RowHeightChangeExtents[], int, bool)

Creates a new undo action for row resizing.

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

RowResizeUndoAction(SheetView, RowHeightChangeExtents[], int, bool, bool)

Creates a new undo action for row resizing.

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