Table of Contents

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

ExcelColorXml

Exists

True if the record exists in the underlaying xml

public bool Exists { get; }

Property Value

bool

Style

Cell Border style

public ExcelBorderStyle Style { get; set; }

Property Value

ExcelBorderStyle