Skip to main content
All docs
V26.1
  • Row

    WorkbookSanitizeResult.Action Property

    Gets the action taken during the sanitization process.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public WorkbookSanitizeAction Action { get; }

    Property Value

    Type Description
    WorkbookSanitizeAction

    The action taken during the sanitization process.

    Available values:

    Name Description
    Removed

    The sanitized content is removed from the workbook.

    MadeVisible

    The sanitized content is made visible in the workbook.

    See Also