SpreadsheetCsvExportOptions.SkipHiddenRows Property
Specifies whether to skip hidden rows when a document is exported to CSV.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v25.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | 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 |
|---|---|
| SpreadsheetExportOptions |
|
See Also