Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / IsCreateHyperLink Property


In This Topic
    IsCreateHyperLink Property
    In This Topic
    Indicates that the command can create hyperlink style when execute.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCreateHyperLink As Boolean
    'Usage
     
    
    Dim instance As CellEditCommand
    Dim value As Boolean
     
    value = instance.IsCreateHyperLink
    public bool IsCreateHyperLink {get;}
    See Also