Spread Windows Forms 12.0 Product Documentation
BordersIndex Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : BordersIndex Enumeration
Specifies the border to be retrieved.
Syntax
'Declaration
 
Public Enum BordersIndex 
   Inherits System.Enum
'Usage
 
Dim instance As BordersIndex
public enum BordersIndex : System.Enum 
Members
MemberDescription
BottomBorder at the bottom of the range.
DiagonalDownBorder running from the upper left-hand corner to the lower right of each cell in the range.
DiagonalUpBorder running from the lower left-hand corner to the upper right of each cell in the range.
InsideHorizontalHorizontal borders for all cells in the range except borders on the outside of the range.
InsideVerticalVertical borders for all the cells in the range except borders on the outside of the range.
LeftBorder at the left-hand edge of the range.
RightBorder at the right-hand edge of the range.
TopBorder at the top of the range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.BordersIndex

See Also

Reference

GrapeCity.Spreadsheet Namespace