Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / UpdateLinks Enumeration


UpdateLinks Enumeration
Specifies a workbook's setting for updating embedded links.
Syntax
'Declaration
 
Public Enum UpdateLinks 
   Inherits System.Enum
 
'Usage
 
Dim instance As UpdateLinks
Members
MemberDescription
AlwaysEmbedded links are always updated for the specified workbook.
NeverEmbedded links are never updated for the specified workbook.
UserSettingEmbedded links are updated according to the user's settings for the specified workbook.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.UpdateLinks

See Also