バージョン

XPathDataNavigator コンストラクタ

現在のオブジェクトでデータ ナビゲーションを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal current As IXPathDataNavigable _
)
public XPathDataNavigator( 
   IXPathDataNavigable current
)

パラメータ

current
オブジェクトのタイプは RowsCollection、UltraGridRow、UltraGridCell にすることができます。
参照