C1.Win.C1FlexGrid Namespace / BorderAlign Enumeration

BorderAlign Enumeration
Determines a border alignment relative to the cell border.
Syntax
'Declaration
 
Public Enum BorderAlign 
   Inherits System.Enum
 
Members
MemberDescription
CenterSelection border is drawn over the cell border.
InsideSelection border is drawn inside the cell border.
OutsideSelection border is drawn outside the cell border.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.BorderAlign

See Also