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

ExcelSourceOptionsViewModel.SkipHiddenRows Property

Specifies whether or not to ignore hidden rows when importing data to an Excel data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool SkipHiddenRows { get; set; }

Property Value

Type Description
Boolean

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

See Also