var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.foreColor(value);
function foreColor( value : string ) : any;
Parameters
- value
- The color of the text.
Return Value
If no value is set, returns the cell foreground color; otherwise, returns the cell.