[]
Sets focus to a node cell.
public void FocusCell(C1TreeNode node, int columnIndex)
Public Sub FocusCell(node As C1TreeNode, columnIndex As Integer)
| Type | Name | Description |
|---|---|---|
| C1TreeNode | node | The node that contains the cell. |
| int | columnIndex | The index of the column that contains the cell. |