WorkbookSanitizeOptions.FromInspectResult(WorkbookInspectResult) Method
Creates a new instance of the WorkbookSanitizeOptions class based on the specified inspection result.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
public static WorkbookSanitizeOptions FromInspectResult(
WorkbookInspectResult inspectResult
)
Parameters
| Name | Type | Description |
|---|---|---|
| inspectResult | WorkbookInspectResult | The inspection result that contains information about the content to sanitize and the action to perform with it. |
Returns
| Type | Description |
|---|---|
| WorkbookSanitizeOptions | A new instance of the |
See Also