public enum BordersIndex : System.Enum
public enum BordersIndex : System.Enum
Member | Description |
---|---|
DiagonalDown | Specifies that the border runs from the upper left-hand corner to the lower right of each cell in the range. |
DiagonalUp | Specifies that the border runs from the lower left-hand corner to the upper right of each cell in the range. |
EdgeBottom | Specifies the border is at the bottom of the range. |
EdgeLeft | Specifies that the border is at the left-hand edge of the range. |
EdgeRight | Specifies that the border is at the right-hand edge of the range. |
EdgeTop | Specifies that the border is at the top of the range. |
InsideHorizontal | Specifies that there are horizontal borders for all cells in the range except borders on the outside of the range. |
InsideVertical | Specifies that there are vertical borders for all the cells in the range except borders on the outside of the range. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.BordersIndex