Search
ExcelExporter.PageOrientation Property
See Also
 





Gets or sets the page orientation.

Namespace: MindFusion.Scheduling.Wpf.Export
Assembly: MindFusion.Scheduling.Wpf.Excel

 Syntax

C#  Copy Code

public PageOrientation PageOrientation { get; set; }

Visual Basic  Copy Code

Public Property PageOrientation As PageOrientation

 Property Value

A member of the PageOrientation enumeration.

 See Also