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

TxtDocumentExporterOptions.NewlineType Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

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

Property Value

Type Default Description
NewlineType **CrLf**

A NewlineType enumeration member.

Property Paths

You can access this nested property as listed below:

Object Type Path to NewlineType
WorkbookExportOptions
.Txt.NewlineType
See Also