Aspose::Cells::Pivot::PivotItemCollection::Get method
PivotItemCollection::Get(int32_t) method
Gets the PivotItemObject at the specific index.
PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(int32_t index)
See Also
- Class PivotItem
- Class Vector
- Class PivotItemCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotItemCollection::Get(const U16String&) method
Gets the PivotItem by the specific name.
PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const U16String &itemValue)
See Also
- Class PivotItem
- Class Vector
- Class U16String
- Class PivotItemCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotItemCollection::Get(const char16_t*) method
Gets the PivotItem by the specific name.
PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const char16_t *itemValue)
See Also
- Class PivotItem
- Class Vector
- Class PivotItemCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++