FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / PrintGridFlags Property

In This Topic
    PrintGridFlags Property (GridPrinter)
    In This Topic
    Gets or sets the flags that specify printing options to use with the PrintGrid(String,PrintGridFlags) method. See the PrintGridFlags enumeration for details.
    Syntax
    'Declaration
     
    
    Public Property PrintGridFlags As PrintGridFlags
    public PrintGridFlags PrintGridFlags {get; set;}
    See Also