Aspose::Cells::Pivot::PivotTable::GetSource method
PivotTable::GetSource() method
Get pivottable’s source data.
Vector<U16String> Aspose::Cells::Pivot::PivotTable::GetSource()
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::GetSource(bool) method
Get pivottable’s source data.
Vector<U16String> Aspose::Cells::Pivot::PivotTable::GetSource(bool isOriginal)
Parameter | Type | Description |
---|---|---|
isOriginal | bool | Indicates whether to return original or display data source |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++