Aspose::Cells::Pivot::PivotTable::GetSource method

PivotTable::GetSource() method

Get the data source of this pivottable.

Vector<U16String> Aspose::Cells::Pivot::PivotTable::GetSource()

See Also

PivotTable::GetSource(bool) method

Get the data source of this pivottable.

Vector<U16String> Aspose::Cells::Pivot::PivotTable::GetSource(bool isOriginal)
ParameterTypeDescription
isOriginalboolIndicates whether to return original or display data source.

ReturnValue

See Also