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

ExcelSourceOptionsBaseViewModel.SkipEmptyRows Property

Specifies whether or not to include empty rows into the resulting Excel data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual bool SkipEmptyRows { get; set; }

Property Value

Type Description
Boolean

true, to exclude the empty rows from the resulting data source; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SkipEmptyRows
ChooseFileOptionsPage
.SourceOptionsViewModel.SkipEmptyRows
See Also