WorkbookSanitizeOptions.HiddenSheets Property
Gets or sets how to sanitize hidden sheets in the workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| HiddenContentSanitizeMode | An enumeration value that specifies how to sanitize hidden sheets in the workbook. |
Available values:
| Name | Description |
|---|---|
| Ignore | Hidden content is ignored. |
| MakeVisible | Hidden content is made visible. |
| Remove | Hidden content is removed. |
See Also