Skip to main content
All docs
V26.1
  • SecurityLoadingOptions.RemoveActiveXContent Property

    Gets or sets whether to remove ActiveX content from the loaded workbook or document.

    Namespace: DevExpress.Office

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

    Declaration

    public bool RemoveActiveXContent { get; set; }

    Property Value

    Type Description
    Boolean

    true if ActiveX content should be removed; otherwise, false.

    See Also