Share via


Protection.AllowInsertingColumns プロパティ

定義

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

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

プロパティ値

注釈

挿入された列は、既定値として左側の列の書式を受け継ぐため、その列のセルがロックされる場合があります。 つまり、ユーザーは挿入した列を削除できない場合があります。

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

適用対象