Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CreateHyperlinkCommand Class
Members


In This Topic
    CreateHyperlinkCommand Class
    In This Topic
    Represents the command that create hyperlink automatically from input text.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CreateHyperlinkCommand 
       Inherits Command
    'Usage
     
    
    Dim instance As CreateHyperlinkCommand
    public sealed class CreateHyperlinkCommand : Command 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.CreateHyperlinkCommand

    See Also