[]
Represents a collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
public interface IPivotItems : IEnumerable<IPivotItem>, IEnumerable
Public Interface IPivotItems
Inherits IEnumerable(Of IPivotItem), IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection. |
this[int] | Returns a single object from a collection. |
this[string] | Returns a single object from a collection. |