Skip to main content
All docs
V26.1
  • Row

    WorkbookInspectResult.ContentTypes Property

    Gets a list of content types that are present in the workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public IReadOnlyList<WorkbookContentType> ContentTypes { get; }

    Property Value

    Type Description
    IReadOnlyList<WorkbookContentType>

    A read-only list of content types that are present in the workbook.

    See Also