OrientationValues Enumeration
Orientation
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration OrientationValues
'Usage
Dim instance As OrientationValues
public enum OrientationValues
Members
Member name | Description | |
---|---|---|
Default | Default. When the item is serialized out as xml, its value is "default". | |
Portrait | Portrait. When the item is serialized out as xml, its value is "portrait". | |
Landscape | Landscape. When the item is serialized out as xml, its value is "landscape". |