バージョン

Protected プロパティ

ワークブックが保護されるかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
<System.ObsoleteAttribute("The Protected property has been deprecated. The IsProtected property will return the current protected state. The Protect and Unprotect methods are used to change the protection state.")>
Public Property Protected As System.Boolean
[System.ObsoleteAttribute("The Protected property has been deprecated. The IsProtected property will return the current protected state. The Protect and Unprotect methods are used to change the protection state.")]
public System.bool Protected {get; set;}

プロパティ値

ワークブックが保護されるかどうかを示す値。
解説

True の場合、ワークシートまたはロックされたセルの変更を防ぎます。

参照

オンラインで表示: GitHub