Name | Description | |
---|---|---|
DataImportOptions Constructor |
The following tables list the members exposed by DataImportOptions.
Name | Description | |
---|---|---|
DataImportOptions Constructor |
Name | Description | |
---|---|---|
ColumnsSelector | Selects columns to import. The default behavior is to auto-generate all columns. | |
IncludeColumnsHeader | Determines whether to include column header as the first row when importing data. | |
InsufficientSpaceHandling | Determines how to handle insufficient space when importing data. | |
ItemTypeProvider | Gets item type from the specified System.Collections.IEnumerable. The type is used to generate columns. The default behavior is to try to get the item type from the generic parameter of System.Collections.Generic.IEnumerable`1, then try to get type from the first item of the System.Collections.IEnumerable. |