ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeRowCollection Class / InsertItem Method

In This Topic
    InsertItem Method (TreeRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As TreeRow _
    ) 
    protected override void InsertItem( 
       System.int index,
       TreeRow item
    )

    Parameters

    index
    item
    See Also