SpreadJS Documentation
scrollbarMaxAlign Method
Whether the scroll bar aligns with the last row and column of the active sheet.
Gets or sets whether the scroll bar aligns with the last row and column of the active sheet.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.scrollbarMaxAlign(value);
function scrollbarMaxAlign( 
   value : boolean
) : Object;

Parameters

value
Whether the scroll bar aligns with the last row and column of the active sheet.

Return Value

true if the scroll bar aligns with the last row and column of the active sheet; otherwise, false.
Example
This example uses the scrollbarMaxAlign method.
spread.scrollbarMaxAlign(true);
spread.scrollbarShowMax(true);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.