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

In This Topic
    Add(String,String) Method
    In This Topic
    Adds the new column of tree with specified name and display field name to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal name As String, _
       ByVal displayFieldName As String _
    ) As C1TreeColumn

    Parameters

    name
    displayFieldName
    See Also