Enum ExcelBordersIndex
Enumeration of the border and diagonal line types in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelBordersIndex
Fields
| Name | Description |
|---|---|
| DiagonalDown | Represents the diagonal line from top left to right bottom. |
| DiagonalUp | Represents the diagonal line from bottom left to right top. |
| EdgeBottom | Represents the border line on the bottom. |
| EdgeLeft | Represents the border line on the left. |
| EdgeRight | Represents the border line on the right. |
| EdgeTop | Represents the border line on the top. |
| InsideHorizontal | Represents horizontal borders inside a selected range. |
| InsideVertical | Represents vertical borders inside a selected range. |