ComponentOne TreeView for WinForms
GetValue(Int32) Method

C1.Win.TreeView Namespace > C1TreeNode Class > GetValue Method : GetValue(Int32) Method
Gets the value of the tree node at the specified column.
Syntax
'Declaration
 
Public Overloads Function GetValue( _
   ByVal columnIndex As Integer _
) As Object
public object GetValue( 
   int columnIndex
)

Parameters

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

Reference

C1TreeNode Class
C1TreeNode Members
Overload List