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

SpreadsheetCsvExportOptions.SkipHiddenRows Property

Gets or sets a value indicating whether to skip hidden rows when exporting the document. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public bool SkipHiddenRows { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

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