Aspose::Cells::Pivot::PivotTableSourceType enum

PivotTableSourceType enum

Represents data source type of the pivot table.

enum class PivotTableSourceType : uint8_t

Values

NameValueDescription
Sheet1
Specifies that the source data is a range.
External2
Specifies that external source data is used.
Consolidation4
Specifies that multiple consolidation ranges are used as the source data.
Scenario8
The source data is populated from a temporary internal structure.
Unknown9
Unknown data source.

See Also