バージョン

Item プロパティ (PivotColumnBaseCollection)

指定したインデックスにある PivotColumnBase を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As PivotColumnBase
public PivotColumnBase this[ 
   int index
]; {get;}

パラメータ

index
取得または設定するため要素の 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある要素。
参照