AutoCreateHyperlink Property (IFeatures)
Gets or sets a boolean value indicating whether to enable the auto creating the hyperlink if a link like string entered in a cell.
bool AutoCreateHyperlink {get; set;}
'Declaration
Property AutoCreateHyperlink As Boolean
'Usage
Dim instance As IFeatures
Dim value As Boolean
instance.AutoCreateHyperlink = value
value = instance.AutoCreateHyperlink