バージョン

DrillDownID コンストラクタ(Int32,Int32)

行と列を受け付ける DrillDownID のパラメーター化したコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
public DrillDownID( 
   int row,
   int col
)

パラメータ

row
チャート上のグラフィカル エンティティのデータ行。
col
チャート上のグラフィカル エンティティのデータ列。
解説

これは DrillDownID オブジェクトを作成する推奨方法です。

参照