PivotCell Object Members

Excel Developer Reference

Represents a cell in a PivotTable report.

Properties

  Name Description
Bb256071.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb256071.properties(en-us,office.12).gif ColumnItems Returns a PivotItemList collection that corresponds to the items on the column axis that represent the selected range.
Bb256071.properties(en-us,office.12).gif CustomSubtotalFunction Returns the custom subtotal function field setting of a PivotCell object. Read-only XlConsolidationFunction.
Bb256071.properties(en-us,office.12).gif DataField Returns a PivotField object that corresponds to the selected data field.
Bb256071.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb256071.properties(en-us,office.12).gif PivotCellType Returns one of the XlPivotCellType constants that identifies the PivotTable entity the cell corresponds to. Read-only.
Bb256071.properties(en-us,office.12).gif PivotColumnLine Read-only
Bb256071.properties(en-us,office.12).gif PivotField Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.
Bb256071.properties(en-us,office.12).gif PivotItem Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.
Bb256071.properties(en-us,office.12).gif PivotRowLine Read-only
Bb256071.properties(en-us,office.12).gif PivotTable Returns a PivotTable object that represents the PivotTable report associated with the PivotCell.
Bb256071.properties(en-us,office.12).gif Range Returns a Range object that represents the range the specified PivotCell applies to.
Bb256071.properties(en-us,office.12).gif RowItems Returns a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell.