WorkbookSanitizeOptions Properties
Specifies options for workbook content sanitization.| Name | Description |
|---|---|
| HiddenColumns | Gets or sets how to sanitize hidden columns in the workbook. |
| HiddenRows | Gets or sets how to sanitize hidden rows in the workbook. |
| HiddenSheets | Gets or sets how to sanitize hidden sheets in the workbook. |
| InvisibleCellText | Gets or sets how to sanitize invisible cell text in the workbook. |
| Metadata | Gets or sets the scope of metadata to remove from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveActiveXContent | Gets or sets whether to remove ActiveX content from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveComments | Gets or sets whether to remove comments from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveCustomXmlParts | Gets or sets whether to remove custom XML parts from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveMacros | Gets or sets whether to remove macros from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveOleObjects | Gets or sets whether to remove OLE objects from a document or a workbook. Inherited from SanitizeOptions. |
| RemoveThreadedComments | Gets or sets whether to remove threaded comments from the workbook. |
See Also