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

PivotFieldCollection::Get(const U16String&) method

Gets the PivotFieldObject of the specific name.

PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(const U16String &name)

See Also

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