Back to Devexpress

XlPageOrientation Enum

corelibraries-devexpress-dot-export-dot-xl-1cb70807.md

latest1.3 KB
Original Source

XlPageOrientation Enum

Lists values used to specify the page orientation applied when a worksheet is being printed.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlPageOrientation
vb
Public Enum XlPageOrientation

Members

NameDescription
Default

Worksheet page orientation is default.

| | Portrait |

Worksheet page orientation is portrait.

| | Landscape |

Worksheet page orientation is landscape.

|

The following properties accept/return XlPageOrientation values:

Remarks

The values listed by this enumeration are used to set the XlPageSetup.PageOrientation property.

See Also

DevExpress.Export.Xl Namespace