SpreadJS Documentation
isEditing Method
Gets whether the sheet is in edit mode.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: boolean
value = instance.isEditing();
function isEditing() : boolean;

Return Value

true if the sheet is in edit mode; otherwise, false.
Example
This example uses the isEditing method.
alert(activeSheet.isEditing());
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.