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

SpreadsheetCsvExportOptions.NewlineAfterLastRow Property

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

Namespace: DevExpress.Xpf.Spreadsheet

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

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to NewlineAfterLastRow
SpreadsheetExportOptions
.Csv.NewlineAfterLastRow
See Also