Border style
Namespace:
OfficeOpenXml.Style.XmlAccess
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelColorXml Color { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Color As ExcelColorXml |
Visual C++ |
---|
public: property ExcelColorXml^ Color { ExcelColorXml^ get (); void set (ExcelColorXml^ value); } |