Aspose::Cells::Pivot::PivotItemCollection::Get method

PivotItemCollection::Get(int32_t) method

Gets the PivotItem Object at the specific index.

PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(int32_t index)

See Also

PivotItemCollection::Get(const U16String&) method

Gets the PivotItem Object of the specific name.

PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const U16String &itemValue)

See Also

PivotItemCollection::Get(const char16_t*) method

Gets the PivotItem Object of the specific name.

PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const char16_t *itemValue)

See Also