Skip to main content
All docs
V26.1
  • Row

    WorkbookInspectOptions Enum

    Lists values that specify the workbook elements to be inspected.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    [Flags]
    public enum WorkbookInspectOptions

    Members

    Name Description
    None

    No inspection options are selected.

    AuthorInfo

    Inspect author information in the workbook.

    OrganizationInfo

    Inspect organization information in the workbook.

    DocumentDescription

    Inspect the document description in the workbook.

    DocumentHistory

    Inspect document history in the workbook.

    CustomProperties

    Inspect custom properties in the workbook.

    ExtendedProperties

    Inspect extended properties in the workbook.

    Comments

    Inspect comments in the workbook.

    ThreadedComments

    Inspect threaded comments in the workbook.

    CustomXmlParts

    Inspect custom XML parts in the workbook.

    OleObjects

    Inspect OLE objects in the workbook.

    Macros

    Inspect macros in the workbook.

    ActiveXContent

    Inspect ActiveX content in the workbook.

    HiddenSheets

    Inspect hidden sheets in the workbook.

    HiddenRows

    Inspect hidden rows in the workbook.

    HiddenColumns

    Inspect hidden columns in the workbook.

    InvisibleCellText

    Inspect invisible cell text in the workbook.

    AllMetadata

    Inspect all metadata in the workbook, including document properties, custom XML parts, and named ranges.

    AllComments

    Inspect all comments in the workbook.

    AllHiddenContent

    Inspect all hidden content in the workbook, including hidden rows, columns, and worksheets.

    All

    Inspect all workbook elements.

    See Also