Name | Description | |
---|---|---|
CellEditUndoAction Constructor | Creates a new cell edit undo action. |
The following tables list the members exposed by CellEditUndoAction.
Name | Description | |
---|---|---|
CellEditUndoAction Constructor | 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 | |
---|---|---|
Clone | Clones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformAction | Performs the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformUndoAction | Overridden. Performs the cell editing action. | |
ToString | Returns a string that represents this object. | |
Undo | Overridden. Undoes the cell editing action. |
Name | Description | |
---|---|---|
SaveUndoState | Overridden. Saves the undo state of this cell editing action. |