'Declaration
Public Enum BorderSides Inherits System.Enum
'Usage
Dim instance As BorderSides
public enum BorderSides : System.Enum
'Declaration
Public Enum BorderSides Inherits System.Enum
'Usage
Dim instance As BorderSides
public enum BorderSides : System.Enum
Member | Description |
---|---|
Bottom | Border at the bottom of the range. |
Default | Top, Left, Right, Bottom borders |
Diagonal | Diagonal borders for all the cells 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. |
None | No border |
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.BorderSides