Class ExcelDxfBorderItem
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
A single border line of a drawing in a differential formatting record
public class ExcelDxfBorderItem : DxfStyleBase
- Inheritance
-
ExcelDxfBorderItem
- Inherited Members
Properties
Color
The color of the border
public ExcelDxfColor Color { get; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Style
The border style
public ExcelBorderStyle? Style { get; set; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()