Skip to main content
A newer version of this page is available. .

CsvDataAwareExporterOptions.NewlineAfterLastRow Property

Gets or sets whether the newline character sequence is inserted after the last row of the resulting text.

Namespace: DevExpress.XtraExport.Csv

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool NewlineAfterLastRow { get; set; }

Property Value

Type Description
Boolean

True, to insert newline after the last row in the exported text; otherwise, false.

See Also