Show / Hide Table of Contents

Class ExcelBorderXml

Xml access class for border top level

Inheritance
Object
XmlHelper
StyleXmlHelper
ExcelBorderXml
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 ExcelBorderXml : StyleXmlHelper

Properties

Bottom

Bottom border style properties

Declaration
public ExcelBorderItemXml Bottom { get; }
Property Value
Type Description
ExcelBorderItemXml

Diagonal

Diagonal border style properties

Declaration
public ExcelBorderItemXml Diagonal { get; }
Property Value
Type Description
ExcelBorderItemXml

DiagonalDown

Diagonal down border

Declaration
public bool DiagonalDown { get; }
Property Value
Type Description
Boolean

DiagonalUp

Diagonal up border

Declaration
public bool DiagonalUp { get; }
Property Value
Type Description
Boolean

Left

Left border style properties

Declaration
public ExcelBorderItemXml Left { get; }
Property Value
Type Description
ExcelBorderItemXml

Right

Right border style properties

Declaration
public ExcelBorderItemXml Right { get; }
Property Value
Type Description
ExcelBorderItemXml

Top

Top border style properties

Declaration
public ExcelBorderItemXml Top { get; }
Property Value
Type Description
ExcelBorderItemXml
In this article
Back to top Generated by DocFX