BackgroundColor Property

Office Open XML

Cell background color

Namespace:  OfficeOpenXml.Style.XmlAccess
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelColorXml BackgroundColor { get; internal set; }
Visual Basic (Declaration)
Public Property BackgroundColor As ExcelColorXml
Visual C++
public:
property ExcelColorXml^ BackgroundColor {
	ExcelColorXml^ get ();
	void set (ExcelColorXml^ value);
}

See Also