Skip to main content

SpreadsheetTxtImportOptions.MaxRowCountToAutoDetectDelimiter Property

Gets or sets the number of rows that should be analyzed to automatically detect the character separating values in the text file. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public int MaxRowCountToAutoDetectDelimiter { get; set; }

Property Value

Type Description
Int32

An integer value that is the number of rows used to autodetect a delimiter. The default value is 10.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxRowCountToAutoDetectDelimiter
SpreadsheetImportOptions
.Txt .MaxRowCountToAutoDetectDelimiter

Remarks

To explicitly specify a character that separates values in the imported text document, use the SpreadsheetTxtImportOptions.Delimiter property.

See Also