var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: boolean value = instance.endEdit(ignoreValueChange);
function endEdit( ignoreValueChange : boolean ) : boolean;
Parameters
- ignoreValueChange
- If set to
true
, does not apply the edited text to the cell.
Return Value
true
when able to stop cell editing successfully; otherwise, false
.