Aspose::Cells::Pivot::PivotFieldCollection::Get method
PivotFieldCollection::Get(int32_t) method
Gets the PivotFieldObject at the specific index.
PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(int32_t index)
See Also
- Class PivotField
- Class Vector
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotFieldCollection::Get(const U16String&) method
Gets the PivotFieldObject of the specific name.
PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(const U16String &name)
See Also
- Class PivotField
- Class Vector
- Class U16String
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotFieldCollection::Get(const char16_t*) method
Gets the PivotFieldObject of the specific name.
PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(const char16_t *name)
See Also
- Class PivotField
- Class Vector
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++