ComponentOne True DBGrid for WinForms
AlignHorzEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : AlignHorzEnum Enumeration
Specifies the horizontal alignment of text or images in a cell.
Syntax
'Declaration
 
Public Enum AlignHorzEnum 
   Inherits System.Enum
public enum AlignHorzEnum : System.Enum 
Members
MemberDescription
CenterText is aligned centered.
FarText is aligned to the right.
GeneralText is aligned Near and numeric values Far
JustifyText is aligned with respect to the cells boundries.
NearText is aligned to the left.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.AlignHorzEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace