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

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

    Parameters

    name
    displayFieldName
    headerText
    See Also