_Workbook.Password 属性

定义

返回或设置在打开指定工作簿时必须提供的密码。 读/写 String

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
Public Property Password As String

属性值

注解

使用混合大小写字母、数字和符号的强密码。 弱密码不混合使用这些元素。 例如,强密码:Y6dh!et5。 弱密码:House27。 请使用可以记住的强密码,这样就不必记录密码了。

适用于