GcSpread.Sheets Namespace > Spread type : setTabStripRatio Method |
true
to not refresh the scroll bar.
var instance = new GcSpread.Sheets.Spread(host, options); var value; // Type: any value = instance.setTabStripRatio(tabStripRatio, skipRefreshScrollbar);
function setTabStripRatio( tabStripRatio : number, skipRefreshScrollbar : boolean ) : any;
true
to not refresh the scroll bar.spread.tabStripVisible(true); spread.tabEditable(true); spread.newTabVisible(true); spread.setTabStripRatio(1,true);