FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / PrintDocumentGridRenderer Class / PrintDocumentGridRenderer Constructor
C1FlexGridBase that will be painted by this renderer.

In This Topic
    PrintDocumentGridRenderer Constructor
    In This Topic
    Initializes a new instance of a PrintDocumentGridRenderer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal flex As C1FlexGridBase _
    )
    public PrintDocumentGridRenderer( 
       C1FlexGridBase flex
    )

    Parameters

    flex
    C1FlexGridBase that will be painted by this renderer.
    See Also