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


HyperlinkType Enumeration
Specifies the type of hyperlink.
Syntax
'Declaration
 
Public Enum HyperlinkType 
   Inherits System.Enum
 
'Usage
 
Dim instance As HyperlinkType
Members
MemberDescription
RangeHyperlink applies to a IRange object.
ShapeHyperlink applies to a GrapeCity.Spreadsheet.Drawing.IShape object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.HyperlinkType

See Also