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 containing 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 containing the cell. | 
|  | sheetView | Specifies the sheet containing 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 representing this object. | 
|  | Undo | Overridden. Undoes the cell editing action. | 
| Name | Description | |
|---|---|---|
|  | SaveUndoState | Overridden. Saves the undo state of this cell editing action. | 
 
     
     
     
     
    