Share via


DetailCells Property

Returns a PivotDetailCell object based on a row and column index. Use this property to access the properties of individual cells in the detail area of a PivotTable list.

expression.Cell(Row, Column)

*expression   * An expression that returns a PivotCell object.

Row    Required Long. Specifies the row that contains the specified cell.

Column    Required Long. Specifies the column that contains the specified cell.

Applies to | PivotCell Object

See Also | PivotDetailCell Object