[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ColumnResizeUndoAction

ColumnResizeUndoAction Class

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

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

Constructors

Name Description
ColumnResizeUndoAction(SheetView, ColumnWidthChangeExtents[], int, bool)

Creates a new undo action for column resizing.

Fields

Name Description
_visbles
columns

Specifies the column width change extents

oldsizes

Specifies the old sizes.

rowHeader

Specifies whether the row header is involved.

sheetView

Specifies the sheet that contains column resizing.

size

Specifies the size.

Methods

Name Description
PerformUndoAction(object)

Performs the column resizing action.

SaveUndoState()

Saves undo information.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the column resizing action.