'Declaration
Public Enum BorderType Inherits System.Enum
'Usage
Dim instance As BorderType
public enum BorderType : System.Enum
'Declaration
Public Enum BorderType Inherits System.Enum
'Usage
Dim instance As BorderType
public enum BorderType : System.Enum
Member | Description |
---|---|
Bottom | Border will be at the bottom |
DiagonalDown | Borders will be from the bottom left to the top right |
DiagonalUp | Borders will be from the top left to the bottom right |
Horizontal | Borders will be at the top and at the bottom of the Cells in a range |
Left | Border will be at the left |
Right | Border will be at the right |
Top | Border will be on top |
Vertical | Borders will be at the left and at the right of the Cells in a range |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.BorderType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2