Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentExporterOptions.SkipHiddenRows Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to prevent the export of hidden rows to the resulting text file; otherwise, false.

Property Paths

You can access this nested property as listed below:

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