_Workbook.PasswordEncryptionFileProperties 属性

定义

如果 Microsoft Excel 对受密码保护的指定工作簿的文件属性进行加密,则该属性值为 True。 只读 Boolean

public:
 property bool PasswordEncryptionFileProperties { bool get(); };
public bool PasswordEncryptionFileProperties { get; }
Public ReadOnly Property PasswordEncryptionFileProperties As Boolean

属性值

注解

SetPasswordEncryptionOptions(Object, Object, Object, Object)使用 方法指定 Excel 是否加密指定受密码保护的工作簿的文件属性。

适用于