Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingOptions.RemoveExternalConnections Property

    Gets or sets whether to remove external data connections (ODBC connections, web queries, etc) from the loaded workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public bool RemoveExternalConnections { get; set; }

    Property Value

    Type Description
    Boolean

    true if external connections should be removed; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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