ExcelSourceOptionsViewModel.SkipHiddenRows Property
Specifies whether to ignore hidden rows when importing data to an 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 ignore hidden rows when importing data; otherwise, false. |
See Also