SpreadJS Documentation
allowUserResize Method
Whether to allow the user to resize columns and rows.
Gets or sets whether to allow the user to resize columns and rows.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.allowUserResize(value);
function allowUserResize( 
   value : boolean
) : Object;

Parameters

value
Whether to allow the user to resize columns and rows.

Return Value

true if the user is allowed to resize columns and rows; otherwise, false.
Example
This example uses the allowUserResize method.
spread.allowUserResize(true);
Remarks
The default value is true.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.