PivotItemList Interface 

A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.

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

Usage

Public Class ivotItemListImplementation
    Implements PivotItemList
End Class
Dim ivotItemListImplementation1 As New ivotItemListImplementation()

Syntax

Public Interface PivotItemList
public interface PivotItemList
public interface class PivotItemList
public interface PivotItemList
public interface PivotItemList

Remarks

Use the RowItems or ColumnItems property of the PivotCell object to return a PivotItemList collection.

Once a PivotItemList collection is returned, you can use the Item method to identify a particular PivotItem list.

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

PivotItemList Members