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
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property AllowHyperlinks As Boolean
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean

value = instance.AllowHyperlinks

instance.AllowHyperlinks = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool AllowHyperlinks { get; set; }

Property Value

Type: System.Boolean
To enable hyperlinks, set to true; otherwise set to false. The default is true.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace