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