TreeRowCollection Constructor
In This Topic
Initializes a new instance of the
TreeRowCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As TreeRow _
)
public TreeRowCollection(
TreeRow
)
Parameters
- parent
- The parent tree row of this collection.
See Also