GrapeCity.Documents.Excel Namespace / CellTypeTextAlign Enumeration
CellTypeTextAlign Enumeration
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