Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellTypeDirection Enumeration
In This Topic
    CellTypeDirection Enumeration
    In This Topic
    Specifies the checkbox or radio list's orders.
    Syntax
    public enum CellTypeDirection : System.Enum 
    Members
    MemberDescription
    Horizontal Specifies the order is horizontal.
    Vertical Specifies the order is vertical.
    Inheritance Hierarchy

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

    See Also