FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BorderDirEnum Enumeration

In This Topic
    BorderDirEnum Enumeration
    In This Topic
    Specifies the direction of cell borders.
    Syntax
    'Declaration
     
    
    Public Enum BorderDirEnum 
       Inherits System.Enum
    public enum BorderDirEnum : System.Enum 
    Members
    MemberDescription
    BothDraw cell borders in both directions.
    HorizontalDraw cell borders only in the horizontal direction.
    VerticalDraw cell borders only in the vertical direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.BorderDirEnum

    See Also