'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 |
---|---|
DiagonalDown | Specifies the diagonal border running from top-left to bottom-right. |
DiagonalUp | Specifies the diagonal border running from bottom-left to top-right. |
EdgeBottom | Specifies the bottom border. |
EdgeLeft | Specifies the left border. |
EdgeRight | Specifies the right border. |
EdgeTop | Specifies the top border. |
InsideHorizontal | Specifies the horizontal border between rows in ranges of more than one row. |
InsideVertical | Specifies the vertical border between columns in ranges of more than one column. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.BordersIndex
Target Platforms: 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