Show / Hide Table of Contents

Class Orientation

Represents the page orientations available when a worksheet is printed.

Inheritance
System.Object
Orientation
Namespace: Infragistics.Documents.Excel
Assembly: IgniteUI.Blazor.Documents.Excel.dll
Syntax
public sealed class Orientation : Enum

Fields

Default

The page is printed with the default setting.

Declaration
public const Orientation Default
Field Value
Type Description
Orientation

Landscape

The page is printed with the larger dimension horizontal.

Declaration
public const Orientation Landscape
Field Value
Type Description
Orientation

Portrait

The page is printed with the larger dimension vertical.

Declaration
public const Orientation Portrait
Field Value
Type Description
Orientation

value__

Declaration
public int value__
Field Value
Type Description
System.Int32