Back to Devexpress

CsvValueTypeDetectMode Enum

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-e28d412e.md

latest1.7 KB
Original Source

CsvValueTypeDetectMode Enum

Lists levels of complexity used for identifying the type of value.

Namespace : DevExpress.XtraSpreadsheet.Import

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum CsvValueTypeDetectMode
vb
Public Enum CsvValueTypeDetectMode

Members

NameDescription
Default

Default mode.

| | None |

Values are treated as strings.

| | Simple |

Value types are recognized.

| | Advanced |

Value types and formats are recognized.

|

The following properties accept/return CsvValueTypeDetectMode values:

LibraryRelated API Members
WPF ControlsSpreadsheetCsvImportOptions.ValueTypeDetectMode
SpreadsheetTxtImportOptions.ValueTypeDetectMode
Office File APICsvDocumentImporterOptions.ValueTypeDetectMode
TxtDocumentImporterOptions.ValueTypeDetectMode

See Also

DevExpress.XtraSpreadsheet.Import Namespace