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

CsvDocumentImporterOptions.NewlineType Property

Gets or sets a character sequence used to define a new line.

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

[DefaultValue(NewlineType.AnyCrLf)]
public override NewlineType NewlineType { get; set; }

Property Value

Type Default Description
NewlineType **AnyCrLf**

A NewlineType enumeration member.

Property Paths

You can access this nested property as listed below:

Object Type Path to NewlineType
WorkbookImportOptions
.Csv .NewlineType
See Also