[]
Represents the undo actions for moving a row.
public class RowMoveUndoAction : UndoAction, ICloneable
Public Class RowMoveUndoAction
Inherits UndoAction
Implements ICloneable
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. |
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. |
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. |