Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellTypeTextAlign Enumeration
In This Topic
    CellTypeTextAlign Enumeration
    In This Topic
    Specifies the text alignment for checkbox/radiolist cells.
    Syntax
    public enum CellTypeTextAlign : System.Enum 
    Members
    MemberDescription
    Left Specifies text is to the left of the checkbox/radiolist.
    Right Specifies text is to the right of the checkbox/radiolist.
    Inheritance Hierarchy

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

    See Also