Spread WPF 17
GrapeCity.Excel Namespace / HyperLinkType Enumeration


In This Topic
    HyperLinkType Enumeration
    In This Topic
    Represent the hyperlink types
    Syntax
    'Declaration
     
    Public Enum HyperLinkType 
       Inherits System.Enum
    'Usage
     
    Dim instance As HyperLinkType
    public enum HyperLinkType : System.Enum 
    Members
    MemberDescription
    LocalFileThis is for links to files on local drivers.
    UNCThis is for UNC (Universal Naming Conversion) Path (for instance "\\server\path\file.xls").
    URLThis occur for links which are not local files or files in the local network (for instance HTTP and FTP links and e-mail addresses).
    WorkbookThis is for links to the same workbook.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.HyperLinkType

    See Also