'宣言 Public Overloads Sub Unprotect( _ ByVal password As System.String _ )
public void Unprotect( System.string 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(SecureString) メソッド
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>) メソッド
オンラインで表示: GitHub