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


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