Protection.AllowInsertingHyperlinks 属性

定义

如果允许在受保护的工作表上插入超链接,则返回 True

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

属性值

注解

在受保护的工作表上,只能将超链接插入未锁定或未保护的单元格中。

可以使用 方法参数设置 Protect(Object, Object, Object)AllowInsertingHyperlinks 属性。

适用于