GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / HyperLinkAction Enumeration


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

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

See Also