







The Style applied to the whole row. Only effekt cells with no individual style set.
Use ExcelRange object if you want to set specific styles.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelStyle Style { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Style As ExcelStyle |
Visual C++ |
---|
public: property ExcelStyle^ Style { ExcelStyle^ get (); } |