_Application.AskToUpdateLinks Property
True if Microsoft Excel asks the user to update links when opening files with links. False if links are automatically updated with no dialog box.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AskToUpdateLinks As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.AskToUpdateLinks
instance.AskToUpdateLinks = value
bool AskToUpdateLinks { get; set; }
Property Value
Type: System.Boolean