SpreadJS Documentation
tabEditable Method
Whether to allow the user to edit the sheet tab strip.
Gets or sets whether the user can edit the sheet tab strip.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.tabEditable(value);
function tabEditable( 
   value : boolean
) : Object;

Parameters

value
Whether to allow the user to edit the sheet tab strip.

Return Value

true if the user is allowed to edit the sheet tab strip; otherwise, false.
Example
This example sets up the spreadsheet's tabs and tab strip.
spread.tabStripVisible(true);
spread.tabEditable(true);
spread.newTabVisible(true);
spread.setTabStripRatio(1,true);
Remarks
The default value is true.
See Also

Reference

Spread type
Using the Tab Strip

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.