Show / Hide Table of Contents

Class ExcelBorderItemXml

Xml access class for border items

Inheritance
object
XmlHelper
StyleXmlHelper
ExcelBorderItemXml
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX