Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / PrintOptionsDlg Class / prt_Out_Orientation Field


In This Topic
    prt_Out_Orientation Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected prt_Out_Orientation As ComboBox
    'Usage
     
    
    Dim instance As PrintOptionsDlg
    Dim value As ComboBox
     
    value = instance.prt_Out_Orientation
     
    instance.prt_Out_Orientation = value
    protected ComboBox prt_Out_Orientation
    See Also