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.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
bool

DiagonalUp

Diagonal up border

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

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