SpreadJS Documentation
scrollbarShowMax Method
Whether the displayed scroll bars are based on the entire number of columns and rows in the sheet.
Gets or sets whether the displayed scroll bars are based on the entire number of columns and rows in the sheet.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.scrollbarShowMax(value);
function scrollbarShowMax( 
   value : boolean
) : Object;

Parameters

value
Whether the displayed scroll bars are based on the entire number of columns and rows in the sheet.

Return Value

true if the displayed scroll bars are based on the entire number of columns and rows in the sheet; otherwise, false.
Example
This example uses the scrollbarShowMax method.
spread.scrollbarMaxAlign(true);
spread.scrollbarShowMax(true);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.