InvisibleContentSanitizeMode Enum
Lists values that specify how to sanitize invisible content in a workbook or a document.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
Ignore
|
Invisible content should be ignored when sanitizing a workbook or a document. |
MakeVisible
|
Invisible content should be made visible when sanitizing a workbook or a document. |
Remove
|
Invisible content should be removed from the workbook or document. |
Related API Members
The following properties accept/return InvisibleContentSanitizeMode values:
See Also