GcSpread.Sheets Namespace > Spread type : showHorizontalScrollbar Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.showHorizontalScrollbar(value);
function showHorizontalScrollbar( value : boolean ) : Object;
true
if the spreadsheet displays the horizontal scroll bar; otherwise, false
.spread.showHorizontalScrollbar(false);
The default value is true.
Use the showVerticalScrollbar method to specify whether the spreadsheet displays a vertical scroll bar.