Skip to main content
All docs
V25.1
  • CsvDocumentExporterOptions.SkipHiddenColumns Property

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

    Namespace: DevExpress.XtraSpreadsheet.Export

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    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
    WorkbookExportOptions
    .Csv .SkipHiddenColumns
    See Also