Enum PivotTableSourceType

PivotTableSourceType enumeration

Represents data source type of the pivot table.

public enum PivotTableSourceType : byte

Values

NameValueDescription
Sheet1Specifies that the source data is a range.
External2Specifies that external source data is used.
Consolidation4Specifies that multiple consolidation ranges are used as the source data.
Scenario8The source data is populated from a temporary internal structure.
Unknown9Unknown data source.

See Also