Color Property

Office Open XML

Cell color

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

Syntax

C#
public ExcelColor Color { get; }
Visual Basic (Declaration)
Public ReadOnly Property Color As ExcelColor
Visual C++
public:
property ExcelColor^ Color {
	ExcelColor^ get ();
}

See Also