PivotItemCollection
PivotItemCollection class
Represents a collection of all the PivotItem objects in the PivotField’s
public class PivotItemCollection : IEnumerable
Properties
Name |
Description |
Count { get; } |
Gets the count of the pivot items. |
Item { get; } |
Gets the PivotItem Object at the specific index. (2 indexers) |
Methods
Name |
Description |
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