ComponentOne TreeView for WinForms
SetValue(Object,Int32) Method

C1.Win.TreeView Namespace > C1TreeNode Class > SetValue Method : SetValue(Object,Int32) Method
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

Reference

C1TreeNode Class
C1TreeNode Members
Overload List