シートを保護するときのパスワードはオプションです。Sheet が現在に保護され (IsProtected を参照してください)、保護が設定したときにパスワードが指定された場合、HasProtectionPassword は True を返します。パスワードを使用せずにシートを保護するには、パスワードの必要がない Worksheet.Protect メソッドを使用できます。Sheet の保護を解除するために特定のパスワードの入力を要件として設定するには、パスワードを受けるオーバーロード (Unprotect(String) など) を使用できます。
Sheet クラス
Sheet メンバ
IsProtected プロパティ
WorksheetProtection クラス
Protect(Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>) メソッド
Protect(String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>) メソッド
Protect(SecureString,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>) メソッド
Unprotect メソッド
Unprotect(String) メソッド
Unprotect(SecureString) メソッド