GcSpread.Sheets Namespace > Spread type : tabEditable Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.tabEditable(value);
function tabEditable( value : boolean ) : Object;
true
if the user is allowed to edit the sheet tab strip; otherwise, false
.spread.tabStripVisible(true); spread.tabEditable(true); spread.newTabVisible(true); spread.setTabStripRatio(1,true);