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