Skip to main content
All docs
V26.1
  • SanitizeOptions.RemoveComments Property

    Gets or sets whether to remove comments from a document or a workbook.

    Namespace: DevExpress.Office

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

    NuGet Package: DevExpress.Office.Core

    Declaration

    public bool RemoveComments { get; set; }

    Property Value

    Type Description
    Boolean

    true if comments should be removed; otherwise, false.

    See Also