Spread Silverlight Documentation
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
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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.