Class ExcelDataSourceType
Data source type.
Inheritance
System.Object
ExcelDataSourceType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelDataSourceType : Enum
Fields
Consolidation
Represents the Consolidation data source type.
Declaration
public const ExcelDataSourceType Consolidation
Field Value
Type |
---|
ExcelDataSourceType |
ExternalData
Represents the ExternalData data source type.
Declaration
public const ExcelDataSourceType ExternalData
Field Value
Type |
---|
ExcelDataSourceType |
ScenarioPivotTable
Represents the ScenarioPivotTable data source type.
Declaration
public const ExcelDataSourceType ScenarioPivotTable
Field Value
Type |
---|
ExcelDataSourceType |
Worksheet
Represents the Worksheet data source type.
Declaration
public const ExcelDataSourceType Worksheet
Field Value
Type |
---|
ExcelDataSourceType |