Aspose::Cells::Pivot::PivotTableCollection::Get method

PivotTableCollection::Get(int32_t) method

Gets the PivotTable report by index.

PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(int32_t index)

See Also

PivotTableCollection::Get(const U16String&) method

Gets the PivotTable report by pivottable’s name.

PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(const U16String &name)

See Also

PivotTableCollection::Get(const char16_t*) method

Gets the PivotTable report by pivottable’s name.

PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(const char16_t *name)

See Also

PivotTableCollection::Get(int32_t, int32_t) method

Gets the PivotTable report by pivottable’s position.

PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(int32_t row, int32_t column)

See Also