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; }
Public ReadOnly Property SourceType As DataSourceType
Get
public:
virtual property DataSourceType SourceType {
DataSourceType get () sealed;
}
abstract SourceType : DataSourceType with get
override SourceType : DataSourceType with get
Property Value
Type:
DataSourceType
Implements
IPivotCache
SourceType
See Also