This property returns and sets the color of all non-fixed text in a Grid control.
object.ForeColor [= color]
Use the ForeColor property to set the text color of all cells. To set the text color of individual cells, use the CellForeColor property. Use the ForeColorSel property to set the highlight text color of all cells that are selected. To enable a cell with a different CellForeColor to use the ForeColor color, set the cell's CellForeColor property to –1.