[]
Retrieve the PivotValueCell object for a given PivotTable provided certain row and column indices.
IPivotValueCell PivotValueCell(int rowline, int columnline)
Function PivotValueCell(rowline As Integer, columnline As Integer) As IPivotValueCell
Type | Name | Description |
---|---|---|
int | rowline | The row position in the data area. |
int | columnline | The column position in the data area. |
Type | Description |
---|---|
IPivotValueCell |