FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace : CellEditUndoAction Class |
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. | |
newIsFormula | Specifies whether the new value is a formula. | |
newValue | Specifies the new value in 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. |