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

    Gets or sets whether to remove OLE objects from the loaded workbook or document.

    Namespace: DevExpress.Office

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

    Declaration

    public bool RemoveOleObjects { get; set; }

    Property Value

    Type Description
    Boolean

    true if OLE objects should be removed; otherwise, false.

    See Also