Represents a collection of all the PivotItem objects in the PivotField's
More...
Inherits IEnumerable, and Object.
Represents a collection of all the PivotItem objects in the PivotField's
◆ add_ref()
virtual void Aspose::Cells::Pivot::IPivotItemCollection::add_ref |
( |
| ) |
|
|
inlinevirtual |
◆ ChangeitemsOrder()
virtual void Aspose::Cells::Pivot::IPivotItemCollection::ChangeitemsOrder |
( |
Aspose::Cells::Systems::Int32 |
sourceIndex, |
|
|
Aspose::Cells::Systems::Int32 |
destIndex |
|
) |
| |
|
pure virtual |
Directly changes the orders of the two items.
- Parameters
-
sourceIndex | The current index |
destIndex | The dest index |
◆ GetCount()
virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotItemCollection::GetCount |
( |
| ) |
|
|
pure virtual |
Gets the count of the pivot items.
◆ GetEnumerator()
virtual intrusive_ptr<Aspose::Cells::Systems::Collections::IEnumerator> Aspose::Cells::Pivot::IPivotItemCollection::GetEnumerator |
( |
| ) |
|
|
pure virtual |
Gets an enumerator over the elements in this collection in proper sequence.
- Returns
- enumerator
◆ GetObjectByIndex() [1/2]
Gets the PivotItem Object at the specific index.
◆ GetObjectByIndex() [2/2]
virtual intrusive_ptr<Aspose::Cells::Pivot::IPivotItem> Aspose::Cells::Pivot::IPivotItemCollection::GetObjectByIndex |
( |
intrusive_ptr< Aspose::Cells::Systems::String > |
itemValue | ) |
|
|
pure virtual |
Gets the PivotItem Object of the specific name.
◆ release_ref()
virtual int Aspose::Cells::Pivot::IPivotItemCollection::release_ref |
( |
| ) |
|
|
inlinevirtual |