GcSpread.Sheets Namespace > Spread type : newTabVisible Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.newTabVisible(value);
function newTabVisible( value : boolean ) : Object;
true
if the control displays a special tab that allows users to insert new sheets; otherwise, false
.spread.tabStripVisible(true); spread.tabEditable(true); spread.newTabVisible(true); spread.setTabStripRatio(1,true);