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

In This Topic
    GetValue(Int32) Method
    In This Topic
    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