SpreadJS Documentation
editorStatus Method
GC.Spread.Sheets Namespace > Worksheet type : editorStatus Method
Returns the editor's status.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: EditorStatus
value = instance.editorStatus();
function editorStatus() : EditorStatus;

Return Value

The editor status.
See Also

Reference

Worksheet type