OrientationValues 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.
Orientation
public enum OrientationValuespublic readonly struct OrientationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>type OrientationValues = type OrientationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<OrientationValues>Public Enum OrientationValuesPublic Structure OrientationValues
Implements IEnumValue, IEnumValueFactory(Of OrientationValues), IEquatable(Of OrientationValues)- Inheritance
- 
				OrientationValues
- Inheritance
- 
				OrientationValues
Fields
| Name | Value | Description | 
|---|---|---|
| Default | 0 | Default. When the item is serialized out as xml, its value is "default". | 
| Portrait | 1 | Portrait. When the item is serialized out as xml, its value is "portrait". | 
| Landscape | 2 | Landscape. When the item is serialized out as xml, its value is "landscape". | 
| Default | Default. When the item is serialized out as xml, its value is "default". | |
| Equality(OrientationValues, OrientationValues) | ||
| Equals(Object) | ||
| Equals(OrientationValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<OrientationValues>.Create(String) | ||
| Inequality(OrientationValues, OrientationValues) | ||
| Landscape | Landscape. When the item is serialized out as xml, its value is "landscape". | |
| OrientationValues(String) | Creates a new OrientationValues enum instance | |
| Portrait | Portrait. When the item is serialized out as xml, its value is "portrait". | |
| ToString() |