'宣言 Public Overloads Sub Unprotect( _ ByVal password As System.Security.SecureString _ )
public void Unprotect( System.Security.SecureString password )
注: If the Sheet is not currently protected (i.e. IsProtected returns false) the method will not do anything. また、Sheet がパスワードを使用せずに保護された (つまり、HasProtectionPassword が False を返す) 場合、指定したパスワードは使用されずに、Unprotect メソッドが呼び出されたように保護は解除されます。
Sheet クラス
Sheet メンバ
オーバーロード一覧
IsProtected プロパティ
HasProtectionPassword プロパティ
Unprotect メソッド
Unprotect(String) メソッド
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>) メソッド
オンラインで表示: GitHub