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