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)
Syntax
'Declaration
<GuidAttribute("00024468-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface PivotItemList _
Inherits IEnumerable
'Usage
Dim instance As PivotItemList
[GuidAttribute("00024468-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface PivotItemList : IEnumerable
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.