InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / TreeRowCollection Class / TreeRowCollection Constructor

In This Topic
    TreeRowCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As TreeRow _
    )
    public TreeRowCollection( 
       TreeRow parent
    )

    Parameters

    parent
    See Also