Excel Reports
BackgroundColor Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : BackgroundColor Property
The background color of the cell. The default is White
Syntax
Public Property BackgroundColor As Color
Dim instance As ColumnDefinition
Dim value As Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public Color BackgroundColor {get; set;}
public:
property Color BackgroundColor {
   Color get();
   void set (    Color value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnDefinition Class
ColumnDefinition Members