var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.setColumnResizable(col, value, sheetArea);
Parameters
- col
- The column index.
- value
- Set to
true
to allow users to resize the column. - sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.