Sets the color of the text in the column.
public void setForeColor( Color color )
color
A Color object that represents the color of the text in the column.
Call setForeColor to override the default text color set by the parent DataGrid control. To later return to this default, pass null to setForeColor.
To set the color of text for cells that are selected, call setSelectedForeColor.
See Also getForeColor, shouldPersistForeColor