ExcelWebRenderer.AllowHyperlinks Property
Enables or disables hyperlinks to locations within the same workbook, Web pages, or other documents.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AllowHyperlinks As Boolean
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean
value = instance.AllowHyperlinks
instance.AllowHyperlinks = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebPartStorageAttribute(Storage.Shared)]
public bool AllowHyperlinks { get; set; }
Property Value
Type: System.Boolean
To enable hyperlinks, set to true; otherwise set to false. The default is true.
Remarks
To enable hyperlinks to locations within the same workbook, the AllowNavigation property must also be set to true.