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

CsvExportOptions.SkipEmptyRows Property

Specifies whether or not to include the empty rows into the resulting CSV file.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(true)]
public bool SkipEmptyRows { get; set; }

Property Value

Type Default Description
Boolean **true**

true to omit the empty rows during export; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SkipEmptyRows
Cross-Platform Class Library ExportOptions
.Csv.SkipEmptyRows
WPF Controls ExportOptionsContainer
.Csv.SkipEmptyRows
See Also