WorkbookSanitizeResult.Action Property
Gets the action taken during the sanitization process.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
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