TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / SetValue Method / SetValue(Object,Int32) Method

In This Topic
    SetValue(Object,Int32) Method
    In This Topic
    Sets the value of the tree node at the specified column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal value As Object, _
       ByVal columnIndex As Integer _
    ) 
    public void SetValue( 
       object value,
       int columnIndex
    )

    Parameters

    value
    columnIndex
    Remarks
    Column must have C1TreeColumn.DisplayFieldName value.
    See Also