Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / UpdateLinks Enumeration


In This Topic
    UpdateLinks Enumeration
    In This Topic
    Specifies a workbook's setting for updating embedded links.
    Syntax
    'Declaration
     
    
    Public Enum UpdateLinks 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UpdateLinks
    public enum UpdateLinks : System.Enum 
    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