DataSourceType Enumeration
|
Data source type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum DataSourceType
Public Enumeration DataSourceType
public enum class DataSourceType
Members
|
Member name
|
Value
|
Description
|
|
Worksheet
|
1
|
Represents the Worksheet data source type.
|
|
ExternalData
|
2
|
Represents the ExternalData data source type.
|
|
Consolidation
|
4
|
Represents the Consolidation data source type.
|
|
ScenarioPivotTable
|
8
|
Represents the ScenarioPivotTable data source type.
|
See Also