Protection.AllowInsertingHyperlinks Property

Definition

Returns True if the insertion of hyperlinks is allowed on a protected worksheet.

public:
 property bool AllowInsertingHyperlinks { bool get(); };
public bool AllowInsertingHyperlinks { get; }
Public ReadOnly Property AllowInsertingHyperlinks As Boolean

Property Value

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(Object, Object, Object) method arguments.

Applies to