Skip to main content

SpreadsheetTxtExportOptions.SkipHiddenColumns Property

Specifies whether to skip hidden columns when a document is exported to TXT.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool SkipHiddenColumns { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path to SkipHiddenColumns
SpreadsheetExportOptions
.Txt .SkipHiddenColumns
See Also