Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / AutoCreateHyperlink Property


In This Topic
AutoCreateHyperlink Property (IFeatures)
In This Topic
Gets or sets a boolean value indicating whether to enable the auto creating the hyperlink if a link like string entered in a cell.
Syntax
'Declaration
 
Property AutoCreateHyperlink As Boolean
 
'Usage
 
Dim instance As IFeatures
Dim value As Boolean
 
instance.AutoCreateHyperlink = value
 
value = instance.AutoCreateHyperlink
See Also