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.MemberwiseClone()
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
Boolean

Style

Cell Border style

Declaration
public ExcelBorderStyle Style { get; set; }
Property Value
Type Description
ExcelBorderStyle
In this article
Back to top Generated by DocFX