'Declaration
Public Enum BordersIndex Inherits System.Enum
'Usage
Dim instance As BordersIndex
public enum BordersIndex : System.Enum
'Declaration
Public Enum BordersIndex Inherits System.Enum
'Usage
Dim instance As BordersIndex
public enum BordersIndex : System.Enum
Member | Description |
---|---|
Bottom | Border at the bottom of the range. |
DiagonalDown | Border running from the upper left-hand corner to the lower right of each cell in the range. |
DiagonalUp | Border running from the lower left-hand corner to the upper right of each cell in the range. |
InsideHorizontal | Horizontal borders for all cells in the range except borders on the outside of the range. |
InsideVertical | Vertical borders for all the cells in the range except borders on the outside of the range. |
Left | Border at the left-hand edge of the range. |
Right | Border at the right-hand edge of the range. |
Top | Border at the top of the range. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.BordersIndex