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