SpreadsheetGear 2017
BordersIndex Enumeration






SpreadsheetGear Namespace : BordersIndex Enumeration
Used as an index to IBorders to specify a border for a cell or range.
Syntax
'Declaration
 
Public Enum BordersIndex 
   Inherits System.Enum
'Usage
 
Dim instance As BordersIndex
public enum BordersIndex : System.Enum 
public enum BordersIndex = class(System.Enum)
public enum BordersIndex extends System.Enum
__value public enum BordersIndex : public System.Enum 
public enum class BordersIndex : public System.Enum 
Members
MemberDescription
DiagonalDownSpecifies the diagonal border running from top-left to bottom-right.
DiagonalUpSpecifies the diagonal border running from bottom-left to top-right.
EdgeBottomSpecifies the bottom border.
EdgeLeftSpecifies the left border.
EdgeRightSpecifies the right border.
EdgeTopSpecifies the top border.
InsideHorizontalSpecifies the horizontal border between rows in ranges of more than one row.
InsideVerticalSpecifies the vertical border between columns in ranges of more than one column.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.BordersIndex

Requirements

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

See Also

Reference

SpreadsheetGear Namespace