[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction

ColumnMoveUndoAction Class

Represents the undo actions for moving a column.

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

Constructors

Name Description
ColumnMoveUndoAction(SheetView, int, int, bool)

Creates a new ColumnMoveUndoAction action.

ColumnMoveUndoAction(SheetView, int, int, int, bool)

Creates a new ColumnMoveUndoAction action.

Fields

Name Description
actualMovedColumnCount

Specifies the actual number of columns that are moved successfully.

column

Specifies the source column index.

count

Specifies the number of columns to move.

moveContent

Specifies whether to move the content.

movedToColumn

Specifies the destination column index.

sheetView

Specifies the sheet that contains the column.

Methods

Name Description
PerformUndoAction(object)

Performs the column moving action.

SaveUndoState()

Saves undo state information.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the column moving action.