SpreadJS Documentation
CellEditUndoAction Constructor
The edit cell sheet.
The edit cell extent information.

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.
Represents a cell edit undo action that applies a new value to a cell on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.CellEditUndoAction(sheet, cellEditInfo);
function CellEditUndoAction( 
   sheet : Sheet,
   cellEditInfo : object
) : CellEditUndoAction;

Parameters

sheet
The edit cell sheet.
cellEditInfo
The edit cell extent information.

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.
See Also

Reference

CellEditUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.