PivotItem Interface

Represents an item in a PivotTable field. The items are the individual data entries in a field category. The PivotItem object is a member of the PivotItems collection. The PivotItems collection contains all the items in a PivotField object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020876-0000-0000-C000-000000000046")> _
Public Interface PivotItem
'Usage
Dim instance As PivotItem
[InterfaceTypeAttribute()]
[GuidAttribute("00020876-0000-0000-C000-000000000046")]
public interface PivotItem

Remarks

Use PivotItems(index), where index is the item index number or name, to return a single PivotItem object.

See Also

Reference

PivotItem Members

Microsoft.Office.Interop.Excel Namespace