ExcelSourceOptionsBaseViewModel.SkipEmptyRows Property
Specifies whether to include empty rows into the resulting Excel data source.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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 |
|
See Also