GcSpread.Sheets Namespace > BaseCellType type : setEditorValue Method |
var instance = new GcSpread.Sheets.BaseCellType(); var returnValue; // Type: any returnValue = instance.setEditorValue(editorContext, value, context);
function setEditorValue( editorContext : object, value : object, context : object ) : any;
The context parameter can include the following items:
Item | Type | Description |
context.sheet | GcSpread.Sheets.Sheet instance | Indicates the current sheet. |
context.row | number | The row index. |
context.col | number | The column index. |
context.sheetArea | GcSpread.Sheets.SheetArea | The current sheet area. |