SpreadJS Documentation
tabEditable Field
Represents whether to allow the end user to edit the sheet name in the tab.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: boolean
value = instance.tabEditable;
var tabEditable : boolean;
Example
This example prevents editing of the sheet tab.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, tabEditable:false});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.