PivotItems Interface 

A collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ivotItemsImplementation
    Implements PivotItems
End Class
Dim ivotItemsImplementation1 As New ivotItemsImplementation()

Syntax

Public Interface PivotItems
public interface PivotItems
public interface class PivotItems
public interface PivotItems
public interface PivotItems

Remarks

Use the PivotItems method to return the PivotItems collection.

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

PivotItems Members