Skip to main content
All docs
V26.1
  • Row

    WorkbookSanitizeOptions.HiddenColumns Property

    Gets or sets how to sanitize hidden columns in the workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public HiddenContentSanitizeMode HiddenColumns { get; set; }

    Property Value

    Type Description
    HiddenContentSanitizeMode

    An enumeration value that specifies how to sanitize hidden columns in the workbook.

    Available values:

    Name Description
    Ignore

    Hidden content is ignored.

    MakeVisible

    Hidden content is made visible.

    Remove

    Hidden content is removed.

    See Also