[]
Represents the undo actions for editing a cell.
public class CellEditUndoAction : UndoAction, ICloneable
Public Class CellEditUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| CellEditUndoAction(SheetView, int, int, object, bool, string, IFormatProvider, string, IFormatProvider, bool, bool, Direction) | Creates a new cell edit undo action. |
| Name | Description |
|---|---|
| column | Specifies the index of the column that contains the cell. |
| currentFormatString | Specifies the current format string of the cell. |
| currentInfo | Specifies the current format provider of the cell. |
| needToSetFormatStringWhenRedo | Specifies whether the format string is restore when redo |
| newIsFormula | Specifies whether the new value is a formula. |
| newValue | Specifies the new value in the cell. |
| oldFormatString | Specifies the original format string of the cell. |
| oldInfo | Specifies the original format provider of the cell. |
| oldIsFormula | Specifies whether the old value is a formula. |
| oldValue | Specifies the original value in the cell. |
| row | Specifies the index of the column that contains the cell. |
| sheetView | Specifies the sheet that contains the cell. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Performs the cell editing action. |
| SaveUndoState() | Saves the undo state of this cell editing action. |
| ToString() | Returns a string that represents this object. |
| Undo(object) | Undoes the cell editing action. |