var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.width(value);
function width( (optional) value : number ) : any;
パラメータ
- value
- 列の幅。
戻り値の型
値が設定されていない場合は、列の幅を返します。値が設定されている場合は、列を返します。