The background color
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelColor BackgroundColor { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property BackgroundColor As ExcelColor |
Visual C++ |
---|
public: property ExcelColor^ BackgroundColor { ExcelColor^ get (); } |