GcSpread.Sheets Namespace > Spread type : scrollbarMaxAlign Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.scrollbarMaxAlign(value);
function scrollbarMaxAlign( value : boolean ) : Object;
true
if the scroll bar aligns with the last row and column of the active sheet; otherwise, false
.spread.scrollbarMaxAlign(true); spread.scrollbarShowMax(true);