Class PivotItemCollection

PivotItemCollection class

Represents a collection of all the PivotItem objects in the PivotField’s

public class PivotItemCollection : IEnumerable

Properties

NameDescription
Count { get; }Gets the count of the pivot items.
Item { get; }Gets the PivotItem Object at the specific index. (2 indexers)

Methods

NameDescription
ChangeitemsOrder(int, int)Directly changes the orders of the two items.
GetEnumerator()Gets an enumerator over the elements in this collection in proper sequence.

See Also