バージョン

PivotCellCollection コンストラクタ

PivotCellCollection クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As PivotDataRow, _
   ByVal columns As PivotDataColumnCollection _
)
public PivotCellCollection( 
   PivotDataRow row,
   PivotDataColumnCollection columns
)

パラメータ

row
コレクションを所有する PivotDataRow
columns
このインスタンスに関連づけられた PivotDataColumnCollection
参照