Spread Silverlight Documentation
HyperLinkType Enumeration


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

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

See Also

Reference

GrapeCity.Excel Namespace