Gets or sets the foreground color of cells belonging to this column.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Color CellForeColor { get; set; } |
Visual Basic |
---|
Public Property CellForeColor As Color
Get
Set |
Visual C++ |
---|
public:
property Color CellForeColor {
Color get ();
void set (Color value);
} |
F# |
---|
member CellForeColor : Color with get, set
|
Property Value
Type:
ColorForeground color of cells belonging to this column. The color may have an Alpha-coefficient
See Also