Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingOptions.RemoveExternalWorkbooks Property

    Gets or sets whether to remove external workbook links from the loaded workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public bool RemoveExternalWorkbooks { get; set; }

    Property Value

    Type Description
    Boolean

    true if external workbook links should be removed; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to RemoveExternalWorkbooks
    WorkbookOptions
    .SecurityLoadingOptions .RemoveExternalWorkbooks
    See Also