Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderSides Enumeration


In This Topic
    BorderSides Enumeration
    In This Topic
    Represents the side of border.
    Syntax
    'Declaration
     
    
    Public Enum BorderSides 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderSides
    public enum BorderSides : System.Enum 
    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