var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.width(value);
function width( value : number ) : any;
Parameters
- value
- The column width.
Return Value
If no value is set, returns the column width; otherwise, returns the column.