Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / HyperLinkAction Enumeration


In This Topic
    HyperLinkAction Enumeration
    In This Topic
    Represents the actions of the hyper link creation command.
    Syntax
    'Declaration
     
    
    Public Enum HyperLinkAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HyperLinkAction
    public enum HyperLinkAction : System.Enum 
    Members
    MemberDescription
    AddAdd a new hyperlink.
    DeleteDelete a hyperlink.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.HyperLinkAction

    See Also