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