TdxSpreadSheetSheetProtectionOptions.ActualAllowEditHyperlinks Property
Identifies if an end-user can create, modify, and delete hyperlinks in a worksheet.
Declaration
property ActualAllowEditHyperlinks: Boolean index 3 read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False
if both the worksheet is protected (that is, the worksheet’s Options.Protected and/or OptionsProtection.Protected properties are set to True
) and the AllowEditHyperlinks property is set to False
. Otherwise, the ActualAllowEditHyperlinks
property returns True
.
The ActualAllowEditHyperlinks
property value affects the availability of both the hyperlink-related menu items in the cell context menu and the ShowHyperlinkEditor command.
See Also