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
bool AutoCreateHyperlink {get; set;}
See Also