TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / FocusCell Method
The node that contains the cell.
The index of the column that contains the cell.

In This Topic
    FocusCell Method (C1TreeView)
    In This Topic
    Sets focus to a node cell.
    Syntax
    'Declaration
     
    
    Public Sub FocusCell( _
       ByVal node As C1TreeNode, _
       ByVal columnIndex As Integer _
    ) 
    public void FocusCell( 
       C1TreeNode node,
       int columnIndex
    )

    Parameters

    node
    The node that contains the cell.
    columnIndex
    The index of the column that contains the cell.
    See Also