Protection.AllowInsertingHyperlinks Property
Returns True if the insertion of hyperlinks is allowed on a protected worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AllowInsertingHyperlinks As Boolean
Get
'Usage
Dim instance As Protection
Dim value As Boolean
value = instance.AllowInsertingHyperlinks
bool AllowInsertingHyperlinks { get; }
Property Value
Type: System.Boolean
Remarks
Hyperlinks can only be inserted in unlocked or unprotected cells on a protected worksheet.
The AllowInsertingHyperlinks property can be set by using the Protect method arguments.