[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotTable.PivotValueCell

PivotValueCell Method

PivotValueCell(int, int)

Retrieve the PivotValueCell object for a given PivotTable provided certain row and column indices.

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

The row position in the data area.

int columnline

The column position in the data area.

Returns
Type Description
IPivotValueCell