Spread.Sheets Documentation
isEditing Method
Gets whether the sheet is in edit mode.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(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

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.