バージョン

ActivateCell メソッド (WinTreeReplayServer)

この機能は、セルがツリーでアクティブ化したときに記録されます。再生時には、指定されたセルがアクティブ化されます。
シンタックス
'宣言
 
Public Sub ActivateCell( _
   ByVal nodeId As System.String, _
   ByVal cellKey As System.String _
) 
public void ActivateCell( 
   System.string nodeId,
   System.string cellKey
)

パラメータ

nodeId
ノードのパスです。ノードのインデックスを区切るバックスラッシュ「\」のチェーン。
cellKey
セルに関連付けられた列キーです。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照