SpreadJS Documentation
showVerticalScrollbar Method
Whether to display the vertical scroll bar.
Gets or sets whether to display the vertical scroll bar.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.showVerticalScrollbar(value);
function showVerticalScrollbar( 
   value : boolean
) : Object;

Parameters

value
Whether to display the vertical scroll bar.

Return Value

true if the spreadsheet displays the vertical scroll bar; otherwise, false.
Example
This example hides the vertical scroll bar.
spread.showVerticalScrollbar(false);
Remarks

The default value is true.

Use the showHorizontalScrollbar method to specify whether the spreadsheet displays a horizontal scroll bar.

See Also

Reference

Spread type
showHorizontalScrollbar Method

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.