Click or drag to resize

XlsPivotCache SourceType Property

Data source is one of: 1 - Excel worksheet, 2 - external data, 4 - consolidation, 8 - scenario PivotTable. Specifies the pivot table cache source type.Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataSourceType SourceType { get; }

Property Value

Type: DataSourceType

Implements

IPivotCache SourceType
See Also