Class ExcelBorderXml
Xml access class for border top level
Inherited Members
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 |