Share via


MsoOrientation Enumeration 

Specifies orientation of an object when it is displayed or printed.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoOrientation1 As MsoOrientation = MsoOrientation.msoOrientationHorizontal

Syntax

Public Enum MsoOrientation
public enum MsoOrientation
public enum class MsoOrientation
public enum MsoOrientation
public enum MsoOrientation

Members

Member name Description
msoOrientationHorizontal Horizontal (landscape) orientation.
msoOrientationMixed Mixed orientation.
msoOrientationVertical Vertical (portrait) orientation.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace