MsoOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies orientation of an object when it is displayed or printed.
public enum class MsoOrientation
public enum MsoOrientation
type MsoOrientation =
Public Enum MsoOrientation
- Inheritance
-
MsoOrientation
Fields
Name | Value | Description |
---|---|---|
msoOrientationMixed | -2 | Mixed orientation. |
msoOrientationHorizontal | 1 | Horizontal (landscape) orientation. |
msoOrientationVertical | 2 | Vertical (portrait) orientation. |