[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RowResizeUndoAction

RowResizeUndoAction Class

Represents the undo actions for resizing a column on a sheet.

Inheritance
RowResizeUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RowResizeUndoAction : UndoAction, ICloneable
Public Class RowResizeUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

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

Creates a new undo action for row resizing.

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

Creates a new undo action for row resizing.

Fields

Name Description
_visbles
columnFooter

Specifies whether the column footer is involved.

columnHeader

Specifies whether the column header is involved.

oldsizes

Specifies the old sizes.

rows

Specifies the row height change extents.

sheetView

Specifies the sheet that contains the row resizing.

size

Specifies the size.

Methods

Name Description
PerformUndoAction(object)

Performs the row resizing action.

SaveUndoState()

Saves undo information.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the row resizing action.