Represents a collection of all the PivotField objects in the PivotTable's specific PivotFields type.
More...
Inherits IEnumerable, and Object.
Represents a collection of all the PivotField objects in the PivotTable's specific PivotFields type.
◆ Add()
Adds a PivotField Object to the specific type PivotFields.
- Parameters
-
pivotField | a PivotField Object. |
- Returns
- the index of the PivotField Object in this PivotFields.
◆ add_ref()
virtual void Aspose::Cells::Pivot::IPivotFieldCollection::add_ref |
( |
| ) |
|
|
inlinevirtual |
◆ AddByBaseIndex()
virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFieldCollection::AddByBaseIndex |
( |
Aspose::Cells::Systems::Int32 |
baseFieldIndex | ) |
|
|
pure virtual |
Adds a PivotField Object to the specific type PivotFields.
- Parameters
-
baseFieldIndex | field index in the base PivotFields. |
- Returns
- the index of the PivotField Object in this PivotFields.
◆ Clear()
virtual void Aspose::Cells::Pivot::IPivotFieldCollection::Clear |
( |
| ) |
|
|
pure virtual |
clear all fields of PivotFieldCollection
◆ GetCount()
virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFieldCollection::GetCount |
( |
| ) |
|
|
pure virtual |
Gets the count of the pivotFields.
◆ GetEnumerator()
virtual intrusive_ptr<Aspose::Cells::Systems::Collections::IEnumerator> Aspose::Cells::Pivot::IPivotFieldCollection::GetEnumerator |
( |
| ) |
|
|
pure virtual |
Gets an enumerator over the elements in this collection in proper sequence.
- Returns
- enumerator
◆ GetObjectByIndex() [1/2]
Gets the PivotField Object at the specific index.
◆ GetObjectByIndex() [2/2]
virtual intrusive_ptr<Aspose::Cells::Pivot::IPivotField> Aspose::Cells::Pivot::IPivotFieldCollection::GetObjectByIndex |
( |
intrusive_ptr< Aspose::Cells::Systems::String > |
name | ) |
|
|
pure virtual |
Gets the PivotField Object of the specific name.
◆ GetType()
Gets the PivotFields type.
◆ release_ref()
virtual int Aspose::Cells::Pivot::IPivotFieldCollection::release_ref |
( |
| ) |
|
|
inlinevirtual |