TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / Add Method / Add(Int32,String) Method

In This Topic
    Add(Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal key As Integer, _
       ByVal value As String _
    ) 
    public void Add( 
       int key,
       string value
    )

    Parameters

    key
    value
    See Also