Skip to main content
All docs
V26.1
  • Row

    WorkbookSanitizeResult.Type Property

    Gets the content type of the sanitized content.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public WorkbookContentType Type { get; }

    Property Value

    Type Description
    WorkbookContentType

    The content type of the sanitized content.

    Available values:

    Show 16 items
    Name Description
    AuthorInfo

    Author information.

    OrganizationInfo

    Organization information.

    DocumentDescription

    Document description.

    DocumentHistory

    Document history.

    CustomProperty

    Custom properties.

    ExtendedProperty

    Extended properties.

    Comment

    Comment content.

    ThreadedComment

    Threaded comments.

    CustomXmlPart

    Custom XML part content.

    OleObject

    OLE objects.

    Macro

    Macros.

    ActiveXContent

    ActiveX content.

    HiddenSheet

    Hidden sheets.

    HiddenRow

    Hidden rows.

    HiddenColumn

    Hidden columns.

    InvisibleCellText

    Invisible cell text.

    See Also