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

TxtDocumentExporterOptions.NewlineAfterLastRow Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

[DefaultValue(false)]
public override bool NewlineAfterLastRow { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

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