Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PageOrientation Enum

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum PageOrientation

Members

Name Description
Default

Worksheet page orientation is default.

Landscape

Worksheet page orientation is landscape.

Portrait

Worksheet page orientation is portrait.

Remarks

The values listed by this enumeration are used to set the WorksheetView.Orientation property.

See Also