GcSpread.Sheets Namespace > Sheet type : isEditing Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: boolean value = instance.isEditing();
function isEditing() : boolean;
true
if the sheet is in edit mode; otherwise, false
.alert(activeSheet.isEditing());