ExcelDataSourceModel.Schema Property
In This Article
Specifies a collection of Excel fields selected on a wizard page to be used.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Field |
null | An array of Field |
#Remarks
The Schema property defines the Excel data source schema and contains a collection of FieldInfo objects. The FieldInfo class exposes the FieldInfo.Name and FieldInfo.Type properties that specify the field name and type, respectively.
See Also