TreeView for WinForms
FocusCell メソッド (C1TreeView)

C1.Win.TreeView.4.5.2 アセンブリ > C1.Win.TreeView 名前空間 > C1TreeView クラス : FocusCell メソッド
セルを含むノード。
セルが含まれる列のインデックス。
ノードセルにフォーカスを設定します。
シンタックス
'宣言
 
Public Sub FocusCell( _
   ByVal node As C1TreeNode, _
   ByVal columnIndex As System.Integer _
) 
public void FocusCell( 
   C1TreeNode node,
   System.int columnIndex
)

パラメータ

node
セルを含むノード。
columnIndex
セルが含まれる列のインデックス。
参照

C1TreeView クラス
C1TreeView メンバ