DioDocs for Excel
PivotValueCell メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > IPivotTable インターフェース : PivotValueCell メソッド
データ領域の行位置。
データ領域の列位置。
特定の行と列のインデックスが提供された特定のPivotTableのPivotValueCellオブジェクトを取得します。
シンタックス
'宣言
 
Function PivotValueCell( _
   ByVal rowline As System.Integer, _
   ByVal columnline As System.Integer _
) As IPivotValueCell
IPivotValueCell PivotValueCell( 
   System.int rowline,
   System.int columnline
)

パラメータ

rowline
データ領域の行位置。
columnline
データ領域の列位置。
参照

IPivotTable インターフェース
IPivotTable メンバ