ComponentOne TreeMap for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMapItemBindingCollection Class / Add Method

In This Topic
    Add Method
    In This Topic
    Adds the binding to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal binding As C1TreeMapItemBinding _
    ) As System.Integer
    public System.int Add( 
       C1TreeMapItemBinding binding
    )

    Parameters

    binding
    See Also