Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderSides Enumeration


BorderSides Enumeration
Syntax
'Declaration
 
Public Enum BorderSides 
   Inherits System.Enum
 
'Usage
 
Dim instance As BorderSides
Members
MemberDescription
BottomBorder at the bottom of the range.
DefaultTop, Left, Right, Bottom borders
DiagonalDiagonal borders for all the cells 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.
NoneNo border
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.BorderSides

See Also