PageSetup.Orientation Property
Orientation.Represents the attribte in schema: orientation
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "orientation")> _
Public Property Orientation As EnumValue(Of PageSetupOrientationValues)
Get
Set
'Usage
Dim instance As PageSetup
Dim value As EnumValue(Of PageSetupOrientationValues)
value = instance.Orientation
instance.Orientation = value
[SchemaAttrAttribute(, "orientation")]
public EnumValue<PageSetupOrientationValues> Orientation { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PageSetupOrientationValues>
Returns EnumValue<T>.