[]
Represents a cell in a IPivotTable report.
public interface IPivotCell
Public Interface IPivotCell
| Name | Description |
|---|---|
| ColumnItems | Gets a IPivotItems collection that corresponds to the items on the column axis that represent the selected range. |
| DataField | Gets a IPivotField object that corresponds to the selected data field. |
| PivotCellType | Gets one of the PivotCellType constants that identifies the PivotTable entity that the cell corresponds to |
| PivotField | Gets an IPivotField object that represents the PivotTable field containing the upper-left corner of the specified range. |
| PivotItem | Gets an IPivotItem object that represents the PivotTable item containing the upper-left corner of the specified range. |
| Range | Gets an IRange object that represents the range that the specified IPivotCell applies to. |
| RowItems | Gets a IPivotItems collection that corresponds to the category axis that represent the selected cell. |