Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DataImportOptions Properties

Contains properties which allow you to specify whether the imported data are treated as formulas, the cell reference style in use, the culture-specific decimal and list separators and a custom value converter.
Name Description
Converter Gets or sets a converter for imported data.
FormulaCulture Gets or sets locale settings for correct interpretation of data formats in the data source.
ImportFormulas Gets or sets whether imported data are inserted as formulas instead of values.
ReferenceStyle Gets or sets whether the reference style is used in data imported as formulas.
See Also