GcSpread.Sheets Namespace > Spread type : allowUserResize Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.allowUserResize(value);
function allowUserResize( value : boolean ) : Object;
true
if the user is allowed to resize columns and rows; otherwise, false
.spread.allowUserResize(true);