SpreadJS Documentation
tabNavigationVisible Method
Whether to display the sheet tab navigation.
Gets or sets the display policy for the sheet tab navigation.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.tabNavigationVisible(value);
function tabNavigationVisible( 
   value : boolean
) : Object;

Parameters

value
Whether to display the sheet tab navigation.

Return Value

true if the sheet tab navigation is displayed; otherwise, false.
Example
This example hides the tab navigation buttons.
spread.tabNavigationVisible(false);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.