Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / Orientation Property


In This Topic
    Orientation Property (ExcelPrintPageSetting)
    In This Topic
    Gets or sets the orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As ExcelPrintOrientation
    'Usage
     
    Dim instance As ExcelPrintPageSetting
    Dim value As ExcelPrintOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public ExcelPrintOrientation Orientation {get; set;}

    Property Value

    The orientation.
    See Also