Class ExcelBordersIndex
Enumeration of the border and diagonal line types in Excel.
Inheritance
System.Object
ExcelBordersIndex
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelBordersIndex : Enum
Fields
DiagonalDown
Represents the diagonal line from top left to right bottom.
Declaration
public const ExcelBordersIndex DiagonalDown
Field Value
Type |
---|
ExcelBordersIndex |
DiagonalUp
Represents the diagonal line from bottom left to right top.
Declaration
public const ExcelBordersIndex DiagonalUp
Field Value
Type |
---|
ExcelBordersIndex |
EdgeBottom
Represents the border line on the bottom.
Declaration
public const ExcelBordersIndex EdgeBottom
Field Value
Type |
---|
ExcelBordersIndex |
EdgeLeft
Represents the border line on the left.
Declaration
public const ExcelBordersIndex EdgeLeft
Field Value
Type |
---|
ExcelBordersIndex |
EdgeRight
Represents the border line on the right.
Declaration
public const ExcelBordersIndex EdgeRight
Field Value
Type |
---|
ExcelBordersIndex |
EdgeTop
Represents the border line on the top.
Declaration
public const ExcelBordersIndex EdgeTop
Field Value
Type |
---|
ExcelBordersIndex |
InsideHorizontal
Represents horizontal borders inside a selected range.
Declaration
public const ExcelBordersIndex InsideHorizontal
Field Value
Type |
---|
ExcelBordersIndex |
InsideVertical
Represents vertical borders inside a selected range.
Declaration
public const ExcelBordersIndex InsideVertical
Field Value
Type |
---|
ExcelBordersIndex |