GcSpread.Sheets Namespace > Spread type : scrollbarShowMax Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.scrollbarShowMax(value);
function scrollbarShowMax( value : boolean ) : Object;
true
if the displayed scroll bars are based on the entire number of columns and rows in the sheet; otherwise, false
.spread.scrollbarMaxAlign(true); spread.scrollbarShowMax(true);