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
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