Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / FormControlOrientation Enumeration
In This Topic
    FormControlOrientation Enumeration
    In This Topic
    Defines the different orientations that a control or layout can have.
    Syntax
    public enum FormControlOrientation : System.Enum 
    Members
    MemberDescription
    Horizontal Control or layout should be horizontally oriented.
    Vertical Control or layout should be vertically oriented.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Forms.FormControlOrientation

    See Also