Skip to main content
All docs
V26.1
  • Row

    WorkbookSanitizeOptions.RemoveThreadedComments Property

    Gets or sets whether to remove threaded comments from the workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public bool RemoveThreadedComments { get; set; }

    Property Value

    Type Description
    Boolean

    true to remove threaded comments from the workbook; otherwise, false.

    See Also