Workbook.ConnectionsDisabled Property (2007 System)
Gets a value that indicates whether to disable the external connections or links in the workbook.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionsDisabled As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.ConnectionsDisabled
public bool ConnectionsDisabled { get; }
public:
property bool ConnectionsDisabled {
bool get ();
}
public function get ConnectionsDisabled () : boolean
Property Value
Type: System.Boolean
true to disable the external connections or links in the workbook; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.