[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotTable.PivotValueCell

PivotValueCell Method

PivotValueCell(int, int)

根据给定的行和列索引,检索特定数据区域的PivotValueCell对象。

Declaration
IPivotValueCell PivotValueCell(int rowline, int columnline)
Parameters
Type Name Description
int rowline

数据区域中的行位置。

int columnline

数据区域中的列位置。

Returns
Type Description
IPivotValueCell