Show / Hide Table of Contents

Class ExcelBorderXml

Xml access class for border top level

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelBorderXml
Inherited Members
StyleXmlHelper.GetBoolValue(XmlNode, String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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 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
System.Boolean

DiagonalUp

Diagonal up border

Declaration
public bool DiagonalUp { get; }
Property Value
Type Description
System.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
Back to top Generated by DocFX