PivotTableSourceType Enum
PivotTableSourceType Enum
Represents data source type of the pivot table.
type PivotTableSourceType int32
Fields
| Field | Description |
|---|---|
| Sheet | Specifies that the source data is a range. |
| External | Specifies that external source data is used. |
| Consolidation | Specifies that multiple consolidation ranges are used as the source data. |
| Scenario | The source data is populated from a temporary internal structure. |
| Unknown | Unknown data source. |