Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / HyperlinkType Enumeration


In This Topic
    HyperlinkType Enumeration
    In This Topic
    Specifies the type of hyperlink.
    Syntax
    'Declaration
     
    
    Public Enum HyperlinkType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HyperlinkType
    public enum HyperlinkType : System.Enum 
    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