Spread Windows Forms 12.0 Product Documentation
Orientation Property (PageSetup)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : Orientation Property
Gets or sets a PageOrientation value that represents the portrait or landscape printing mode.
Syntax
'Declaration
 
Public Property Orientation As PageOrientation
'Usage
 
Dim instance As PageSetup
Dim value As PageOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public PageOrientation Orientation {get; set;}

Property Value

A PageOrientation value that represents the portrait or landscape printing mode.
See Also

Reference

PageSetup Class
PageSetup Members