Class ExcelBorderItemXml
- Namespace
- OfficeOpenXml.Style.XmlAccess
- Assembly
- EPPlus.dll
Xml access class for border items
public sealed class ExcelBorderItemXml : StyleXmlHelper
- Inheritance
-
ExcelBorderItemXml
- Inherited Members
Properties
Color
The color of the line
public ExcelColorXml Color { get; }
Property Value
Exists
True if the record exists in the underlaying xml
public bool Exists { get; }
Property Value
Style
Cell Border style
public ExcelBorderStyle Style { get; set; }