A newer version of this page is available.
Switch to the current version.
FieldInfoList Class
Contains the ExcelDataSource schema.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v19.1.dll
Declaration
public class FieldInfoList :
List<FieldInfo>
Public Class FieldInfoList
Inherits List(Of FieldInfo)
Related API Members
The following members accept/return FieldInfoList objects:
Remarks
The FieldInfoList class is a collection of the FieldInfo objects containing settings of the ExcelDataSource fields. Use the ExcelDataSource.Schema property to modify the schema of the ExcelDataSource.
See Also
Feedback