Access border properties
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelDrawingBorder Border { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Border As ExcelDrawingBorder |
Visual C++ |
---|
public: property ExcelDrawingBorder^ Border { ExcelDrawingBorder^ get (); } |