ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMapItemBindingCollection Class / Insert Method

In This Topic
    Insert Method (C1TreeMapItemBindingCollection)
    In This Topic
    Inserts binding into the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal binding As C1TreeMapItemBinding _
    ) 
    public void Insert( 
       System.int index,
       C1TreeMapItemBinding binding
    )

    Parameters

    index
    binding
    See Also