次の方法で共有


Protection.AllowInsertingHyperlinks プロパティ

定義

保護されたワークシートでハイパーリンクの挿入が許可されている場合は True を 返します。

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

プロパティ値

注釈

保護されたワークシートで、ロック解除されたセルまたは保護解除されたセルには、ハイパーリンクを挿入することができます。

AllowInsertingHyperlinks プロパティは、メソッド引数をProtect(Object, Object, Object)使用して設定できます。

適用対象