Share via


XlPageOrientation Enumeration 

Specifies the page orientation when the worksheet is printed.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlPageOrientation1 As XlPageOrientation = XlPageOrientation.xlLandscape

Syntax

Public Enum XlPageOrientation
public enum XlPageOrientation
public enum class XlPageOrientation
public enum XlPageOrientation
public enum XlPageOrientation

Members

Member name Description
xlLandscape Landscape mode.
xlPortrait Portrait mode.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace