'UsageDim 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.'UsageDim text As String Dim value As Boolean value = CreateHyperlinkCommand.CanCreateHyperlink(text)
true if Spread can create hyperlink from the specified text; otherwise, false.