Skip to main content
All docs
V26.1
  • Row

    Workbook.Inspect() Method

    Inspects the workbook for potential issues using default options and returns the results.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Docs.v26.1.dll

    Declaration

    public WorkbookInspectResult Inspect()

    Returns

    Type Description
    WorkbookInspectResult

    The result of the workbook inspection.

    Remarks

    Use the Workbook.Inspect(WorkbookInspectOptions) method overload to specify which aspects of the workbook to inspect.

    See Also