FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Print Method / Print(PrintParameters) Method
The PrintParameters to use.

In This Topic
    Print(PrintParameters) Method
    In This Topic
    Prints the grid using the specified print parameters.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printParameters As PrintParameters _
    ) 
    public void Print( 
       PrintParameters printParameters
    )

    Parameters

    printParameters
    The PrintParameters to use.
    See Also