var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: boolean value = instance.getColumnResizable(col, sheetArea);
Parameters
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.
Return Value
true
if the user can resize the specified column; otherwise, false
.