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

TxtDocumentImporterOptions.ValueTypeDetectMode Property

Gets or sets the level of complexity to which the type of imported value is recognized.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(CsvValueTypeDetectMode.Default)]
public override CsvValueTypeDetectMode ValueTypeDetectMode { get; set; }

Property Value

Type Default Description
CsvValueTypeDetectMode **Default**

A CsvValueTypeDetectMode enumeration value that characterizes the level of complexity.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValueTypeDetectMode
WorkbookImportOptions
.Txt.ValueTypeDetectMode
See Also