SpreadsheetGear 2023
UpdateLinks Enumeration


SpreadsheetGear Namespace : UpdateLinks Enumeration
Specifies how Excel updates links when a workbook is loaded.
Syntax
'Declaration
 
Public Enum UpdateLinks 
   Inherits System.Enum
'Usage
 
Dim instance As UpdateLinks
public enum UpdateLinks : System.Enum 
Members
MemberDescription
AlwaysExcel will always update links when a workbook is loaded.
NeverExcel will never update links when a workbook is loaded.
UserSettingExcel will ask the user whether or not links should be updated when a workbook is loaded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.UpdateLinks

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
UpdateLinks Property