ComponentOne TreeView for WinForms
FocusCell Method

C1.Win.TreeView Namespace > C1TreeView Class : FocusCell Method
The node that contains the cell.
The index of the column that contains the cell.
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

Reference

C1TreeView Class
C1TreeView Members