[]
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
| Name | Description |
|---|---|
| Count | Returns the number of objects in the collection. Read-only Integer. |
| this[int] | Reserved for internal use. |