[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RowMoveUndoAction

RowMoveUndoAction Class

Represents the undo actions for moving a row.

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

Constructors

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

Creates a new undo action for row moving.

RowMoveUndoAction(SheetView, int, int, int, bool)

Creates a new undo action for row moving.

Fields

Name Description
actualMovedRowCount

Specifies the actual number of columns that are moved successfully.

count

Specifies the number of rows to move.

moveContent

Specifies whether to move the content.

movedToRow

Specifies the destination row index.

row

Specifies the source row index.

sheetView

Specifies the sheet that contains the row.

Methods

Name Description
PerformUndoAction(object)

Performs the rows moving action.

SaveUndoState()

Saves undo state information.

ToString()

Returns a string that represents this object.

Undo(object)

Performs the undo row moving action.