ComponentOne FlexGrid for WinForms
BorderDirEnum Enumeration

C1.Win.C1FlexGrid Namespace : BorderDirEnum Enumeration
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.C1FlexGrid.BorderDirEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace