Skip to main content

CsvDocumentExporterOptions.SkipHiddenRows Property

Specifies whether to skip hidden rows when a document is exported to CSV.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(false)]
public override bool SkipHiddenRows { get; set; }

Property Value

Type Default Description
Boolean false

true to prevent export of hidden rows; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SkipHiddenRows
WorkbookExportOptions
.Csv .SkipHiddenRows
See Also