Skip to main content

CsvDataAwareExporterOptions.NewlineType Property

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

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public CsvNewlineType NewlineType { get; set; }

Property Value

Type Description
CsvNewlineType

A CsvNewlineType value that is the character used to identify a new line in a CSV document.

Available values:

Name Description
CrLf

A carriage return/linefeed character combination.

Lf

A line feed character.

Cr

A carriage return character.

LfCr

A carriage linefeed/return character combination.

VerticalTab

A vertical tab character.

FormFeed

A form feed character for the print function.

See Also