Freigeben über


PageSetup.Orientation-Eigenschaft

Orientation.Represents the attribte in schema: orientation

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "orientation")> _
Public Property Orientation As EnumValue(Of OrientationValues)
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As EnumValue(Of OrientationValues)

value = instance.Orientation

instance.Orientation = value
[SchemaAttrAttribute(, "orientation")]
public EnumValue<OrientationValues> Orientation { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<OrientationValues>
Returns EnumValue<T>.

Siehe auch

Referenz

PageSetup Klasse

PageSetup-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace