Class ExcelBordersIndex
Enumeration of the border and diagonal line types in Excel.
Inheritance
System.Object
    ExcelBordersIndex
  Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelBordersIndex : EnumFields
DiagonalDown
Represents the diagonal line from top left to right bottom.
Declaration
public const ExcelBordersIndex DiagonalDownField Value
| Type | 
|---|
| ExcelBordersIndex | 
DiagonalUp
Represents the diagonal line from bottom left to right top.
Declaration
public const ExcelBordersIndex DiagonalUpField Value
| Type | 
|---|
| ExcelBordersIndex | 
EdgeBottom
Represents the border line on the bottom.
Declaration
public const ExcelBordersIndex EdgeBottomField Value
| Type | 
|---|
| ExcelBordersIndex | 
EdgeLeft
Represents the border line on the left.
Declaration
public const ExcelBordersIndex EdgeLeftField Value
| Type | 
|---|
| ExcelBordersIndex | 
EdgeRight
Represents the border line on the right.
Declaration
public const ExcelBordersIndex EdgeRightField Value
| Type | 
|---|
| ExcelBordersIndex | 
EdgeTop
Represents the border line on the top.
Declaration
public const ExcelBordersIndex EdgeTopField Value
| Type | 
|---|
| ExcelBordersIndex | 
InsideHorizontal
Represents horizontal borders inside a selected range.
Declaration
public const ExcelBordersIndex InsideHorizontalField Value
| Type | 
|---|
| ExcelBordersIndex | 
InsideVertical
Represents vertical borders inside a selected range.
Declaration
public const ExcelBordersIndex InsideVerticalField Value
| Type | 
|---|
| ExcelBordersIndex |