Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / Orientation Property


In This Topic
    Orientation Property (PageSetup)
    In This Topic
    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