Skip to main content
All docs
V26.1
  • Row

    WorkbookInspectResult.CreateSanitizeOptions() Method

    Creates a WorkbookSanitizeOptions object based on the inspection results.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    Declaration

    public WorkbookSanitizeOptions CreateSanitizeOptions()

    Returns

    Type Description
    WorkbookSanitizeOptions

    A WorkbookSanitizeOptions object that can be used to sanitize the workbook based on the inspection results.

    See Also