バージョン

Item プロパティ (PivotCellCollection)

対応する PivotDataColumnPivotCell を返します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal column As PivotDataColumn _
) As PivotCell
public new PivotCell this[ 
   PivotDataColumn column
]; {get;}

パラメータ

column
参照に使用される列。

プロパティ値

対応する PivotCellPivotDataColumn。列のタイプが存在しなければ、null が返されます。
参照