Column |
The ImportOptionsColumnType type exposes the following members.
| Name | Description | |
|---|---|---|
| Bool | Cells are tried to be imported as bools | |
| Date | Cells are tried to be imported as dates (DateTime). See also DateTimeFormat, TimeSpanFormat and TemporalCultureInfo | |
| Decimal | Cells are tried to be imported as numbers (enforcing decimal) | |
| Double | Cells are tried to be imported as numbers (enforcing double) | |
| Numeric | Cells are tried to be imported as numbers (automatic determination of numeric type) | |
| String | Cells are all imported as strings, using the ToString() method | |
| Time | Cells are tried to be imported as times (TimeSpan) | |
| value__ |