PivotCell Object Members
Excel Developer Reference |
Represents a cell in a PivotTable report.
Properties
Name | Description | |
---|---|---|
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. | |
ColumnItems | Returns a PivotItemList collection that corresponds to the items on the column axis that represent the selected range. | |
CustomSubtotalFunction | Returns the custom subtotal function field setting of a PivotCell object. Read-only XlConsolidationFunction. | |
DataField | Returns a PivotField object that corresponds to the selected data field. | |
Parent | Returns the parent object for the specified object. Read-only. | |
PivotCellType | Returns one of the XlPivotCellType constants that identifies the PivotTable entity the cell corresponds to. Read-only. | |
PivotColumnLine | Read-only | |
PivotField | Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range. | |
PivotItem | Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range. | |
PivotRowLine | Read-only | |
PivotTable | Returns a PivotTable object that represents the PivotTable report associated with the PivotCell. | |
Range | Returns a Range object that represents the range the specified PivotCell applies to. | |
RowItems | Returns a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell. |