Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool SkipHiddenRows { get; set; }

Property Value

Type Description
Boolean

true, to ignore hidden rows when importing data; otherwise, false.

See Also