Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / OrientationType Enumeration


In This Topic
    OrientationType Enumeration
    In This Topic
    Defines how a page is laid out.
    Syntax
    'Declaration
     
    
    Public Enum OrientationType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OrientationType
    public enum OrientationType : System.Enum 
    Members
    MemberDescription
    LandscapeThe page will be laid out horizontally, similar to a standard landscape portrait.
    PortraitThe page will be laid out vertically, similar to a standard portrait painting.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.OrientationType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also