Show / Hide Table of Contents

Class ExcelBorderItemXml

Xml access class for border items

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelBorderItemXml
Inherited Members
StyleXmlHelper.GetBoolValue(XmlNode, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Boolean

Style

Cell Border style

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