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

DataTableExportOptions.SkipEmptyRows Property

Gets or sets whether to skip rows containing only empty cells in the exported range.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public bool SkipEmptyRows { get; set; }

Property Value

Type Description
Boolean

true, to skip rows with empty cell values; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SkipEmptyRows
DataTableExporter
.Options.SkipEmptyRows

Remarks

If the DataTableExportOptions.ConvertEmptyCells is set to true, the SkipEmptyRows property is ignored.

See Also