다음을 통해 공유


PivotCell.PivotField Property (Excel)

Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.

Syntax

.PivotField

A variable that represents a PivotCell object.

Example

This example displays the name of the PivotTable field that contains the active cell.

Worksheets("Sheet1").Activate 
MsgBox "The active cell is in the field " & _ 
 ActiveCell.PivotField.Name

참고 항목

개념

PivotCell Object

PivotCell Object Members