The line style of the border
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelBorderStyle Style { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Style As ExcelBorderStyle |
Visual C++ |
---|
public: property ExcelBorderStyle Style { ExcelBorderStyle get (); void set (ExcelBorderStyle value); } |