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

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

    Parameters

    index
    item
    See Also