Enum PivotTableSourceType

Enum PivotTableSourceType

Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)

Represents data source type of the pivot table.

public enum PivotTableSourceType : byte

Fields

Consolidation = 4

Specifies that multiple consolidation ranges are used as the source data.

External = 2

Specifies that external source data is used.

Scenario = 8

The source data is populated from a temporary internal structure.

Sheet = 1

Specifies that the source data is a range.

Unknown = 9

Unknown data source.