Workbook.ConnectionsDisabled Property

Definition

Gets a value that indicates whether to disable the external connections or links in the workbook.

public:
 property bool ConnectionsDisabled { bool get(); };
public bool ConnectionsDisabled { get; }
member this.ConnectionsDisabled : bool
Public ReadOnly Property ConnectionsDisabled As Boolean

Property Value

true to disable the external connections or links in the workbook; otherwise, false.

Applies to