PivotItemCollection class
PivotItemCollection class
Represents all the PivotItem objects in the PivotField.
The PivotItemCollection type exposes the following members:
Properties
| Property | Description |
|---|---|
| count | Gets the count of the pivot items. |
Gets the PivotItem Object at the specific index.
Indexer
| Name | Description |
|---|---|
| [index] |
Methods
| Method | Description |
|---|---|
get(self, item_value) | Gets the PivotItem by the specific name. |
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
- module
aspose.cells.pivot - class
PivotItem