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 _
) 
 

Parameters

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