 | PageSetupOrientation Property |
Orientation
Represents the following attribute in the schema: orientation
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<OrientationValues> Orientation { get; set; }Public Property Orientation As EnumValue(Of OrientationValues)
Get
Set
public:
property EnumValue<OrientationValues>^ Orientation {
EnumValue<OrientationValues>^ get ();
void set (EnumValue<OrientationValues>^ value);
}member Orientation : EnumValue<OrientationValues> with get, set
Property Value
EnumValueOrientationValues
See Also