PivotItemCollection class

PivotItemCollection class

Represents all the PivotItem objects in the PivotField.

The PivotItemCollection type exposes the following members:

Properties

PropertyDescription
countGets the count of the pivot items.

Gets the PivotItem Object at the specific index.

Indexer

NameDescription
[index]

Methods

MethodDescription
changeitems_order(self, source_index, dest_index)Directly changes the orders of the two items.
swap_item(self, index1, index2)Directly swap two items.

See Also