FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Print Method / Print(String) Method
Name of the document to print.

In This Topic
    Print(String) Method
    In This Topic
    Prints the grid.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal docName As String _
    ) 
    public void Print( 
       string docName
    )

    Parameters

    docName
    Name of the document to print.
    See Also