ForeColor Property (DDCells)
In This Topic
Sets the "fore color" ("text color") for each cell.
Syntax
'Declaration
Public WriteOnly Property ForeColor As Color
public Color ForeColor {set;}
Property Value
A
System.Drawing.Color value representing the text color of the cell.
See Also