Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CreateHyperlinkCommand Class / CanCreateHyperlink Method
The text value.


In This Topic
CanCreateHyperlink Method
In This Topic
Gets a boolean value indicting whether Spread can create hyperlink from the specified text.
Syntax
'Declaration
 
Public Shared Function CanCreateHyperlink( _
   ByVal text As String _
) As Boolean
 
'Usage
 
Dim text As String
Dim value As Boolean
 
value = CreateHyperlinkCommand.CanCreateHyperlink(text)

Parameters

text
The text value.

Return Value

true if Spread can create hyperlink from the specified text; otherwise, false.
See Also