Skip to main content
All docs
V26.1
  • Row

    WorkbookSanitizeAction Enum

    Lists values that specify the action to perform with sanitized content.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public enum WorkbookSanitizeAction

    Members

    Name Description
    Removed

    The sanitized content is removed from the workbook.

    MadeVisible

    The sanitized content is made visible in the workbook.

    Related API Members

    The following properties accept/return WorkbookSanitizeAction values:

    See Also