FillColor Property (DDCell)
In This Topic
Gets or sets the fill (background) color of the cell.
Syntax
'Declaration
Public Property FillColor As Color
public Color FillColor {get; set;}
Property Value
A
System.Drawing.Color representing the background color of the cell.
See Also