Gets and sets fill color.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public Color FillColor { get; set; }
Visual Basic (Declaration)
Public Property FillColor As Color
Visual C++
public:
property Color FillColor {
	Color get ();
	void set (Color value);
}

See Also