SpreadJS Documentation
newTabVisible Field
Represents whether the new tab is visible.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: boolean
value = instance.newTabVisible;
var newTabVisible : boolean;
Example
This example hides the new tab option.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, newTabVisible:false});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.