var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.resizable(value);
function resizable( value : boolean ) : any;
Parameters
- value
- Set to
true
to make the row resizable.
Return Value
If no value is set, returns whether the user can resize the row; otherwise, returns the row or column.