TdxSpreadSheetSheetProtectionOptions.AllowEditHyperlinks Property
Specifies if an end-user can create, modify, and delete hyperlinks in a protected worksheet.
Declaration
property AllowEditHyperlinks: Boolean index 3 read; write; default False;
Property Value
| Type | Default |
|---|---|
| Boolean | False |
Remarks
This property corresponds to the Edit hyperlinks checkbox in the Protect Sheet dialog:

Set the AllowEditHyperlinks property to True to allow an end-user to create, modify, and delete hyperlinks in a protected worksheet by using both the cell and floating container context menus, and the ShowHyperlinkEditor command.
To identify if an end-user is currently able to create, modify, and delete hyperlinks, use the ActualAllowEditHyperlinks property.
The default value of the AllowEditHyperlinks property is False.
See Also