FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Print Method / Print(GridPrintParameters) Method
The GridPrintParameters to use.

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

    Parameters

    printParameters
    The GridPrintParameters to use.
    See Also