_Workbook.Password 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置在打开指定工作簿时必须提供的密码。 读/写 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。 请使用可以记住的强密码,这样就不必记录密码了。