Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CheckBoxAlign Enumeration
In This Topic
    CheckBoxAlign Enumeration
    In This Topic
    Specifies the text alignment for check box cells.
    Syntax
    public enum CheckBoxAlign : System.Enum 
    Members
    MemberDescription
    Bottom Specifies text is below the check box.
    Left Specifies text is to the left of the check box.
    Right Specifies text is to the right of the check box.
    Top Specifies text is on top of the check box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.CheckBoxAlign

    See Also