Excel Reports
ForegroundColor Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : ForegroundColor Property
The foreground color of the cell. The default is Black
Syntax
Public Property ForegroundColor As Color
Dim instance As ColumnDefinition
Dim value As Color
 
instance.ForegroundColor = value
 
value = instance.ForegroundColor
public Color ForegroundColor {get; set;}
public:
property Color ForegroundColor {
   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