True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / Print Method / Print(PrinterSettings) Method
Specifies the printer settings (including the printer) to use.

In This Topic
    Print(PrinterSettings) Method
    In This Topic
    Prints the grid.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printerSettings As System.Drawing.Printing.PrinterSettings _
    ) 
    public void Print( 
       System.Drawing.Printing.PrinterSettings printerSettings
    )

    Parameters

    printerSettings
    Specifies the printer settings (including the printer) to use.
    See Also