GcSpread.Sheets.UndoRedo Namespace > CellEditUndoAction type : CellEditUndoAction Constructor |
The following settings are available:
cellEditInfo.row | number type | The edit row index. |
cellEditInfo.col | number type | The edit column index. |
cellEditInfo.newValue | object type | The edit cell's new value to apply |
cellEditInfo.autoFormat | boolean type | Indicates whether to automatically format the cell value. |
var instance = new GcSpread.Sheets.UndoRedo.CellEditUndoAction(sheet, cellEditInfo);
function CellEditUndoAction( sheet : Sheet, cellEditInfo : object ) : CellEditUndoAction;
The following settings are available:
cellEditInfo.row | number type | The edit row index. |
cellEditInfo.col | number type | The edit column index. |
cellEditInfo.newValue | object type | The edit cell's new value to apply |
cellEditInfo.autoFormat | boolean type | Indicates whether to automatically format the cell value. |