SpreadJS Documentation
getTabStripRatio Method
Gets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: number
value = instance.getTabStripRatio();
function getTabStripRatio() : number;

Return Value

The width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
Example
This example uses the getTabStripRatio method.
var index = spread.getTabStripRatio();
alert(index);
Remarks
The default value is 0.5.
See Also

Reference

Spread type
Using the Tab Strip

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.