SpreadJS Documentation
allowUserResize Field
Represents whether to allow end user resizing of columns and rows.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: boolean
value = instance.allowUserResize;
var allowUserResize : boolean;
Example
This example prevents column and row resizing.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, allowUserResize:false});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.