Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / Orientation Property


In This Topic
    Orientation Property (IPageSetup)
    In This Topic
    Gets or sets a PageOrientation value that represents the portrait or landscape printing mode.
    Syntax
    'Declaration
     
    
    Property Orientation As PageOrientation
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As PageOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    PageOrientation Orientation {get; set;}

    Property Value

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