[]
A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.
public interface IPivotItemList : IEnumerable<IPivotItem>, IEnumerable
Public Interface IPivotItemList
Inherits IEnumerable(Of IPivotItem), IEnumerable