DataSourceImportOptions Properties
Allows you to specify data source fields to import.| Name | Description |
|---|---|
| Converter | Gets or sets a converter for imported data. Inherited from DataImportOptions. |
| FormulaCulture | Gets or sets locale settings for correct interpretation of data formats in the data source. Inherited from DataImportOptions. |
| ImportFormulas | Gets or sets whether imported data are inserted as formulas instead of values. Inherited from DataImportOptions. |
| PropertyNames | Gets or sets names of the properties to import from the data source. |
| ReferenceStyle | Gets or sets whether the reference style is used in data imported as formulas. Inherited from DataImportOptions. |
See Also