'宣言 Public Sub FocusCell( _ ByVal node As C1TreeNode, _ ByVal columnIndex As System.Integer _ )
public void FocusCell( C1TreeNode node, System.int columnIndex )
パラメータ
- node
- セルを含むノード。
- columnIndex
- セルが含まれる列のインデックス。
'宣言 Public Sub FocusCell( _ ByVal node As C1TreeNode, _ ByVal columnIndex As System.Integer _ )
public void FocusCell( C1TreeNode node, System.int columnIndex )