バージョン

IndexOf メソッド (PivotColumnBaseCollection)

基本コレクションから指定した PivotColumnBase のインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As PivotColumnBase _
) As Integer
public int IndexOf( 
   PivotColumnBase item
)

パラメータ

item
このコレクションで見つけ出すオブジェクト。

戻り値の型

コレクション項目のインデックス。
参照