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