_Workbook.PasswordEncryptionFileProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel encrypts file properties for the specified password-protected workbook. Read-only Boolean.
public:
property bool PasswordEncryptionFileProperties { bool get(); };
public bool PasswordEncryptionFileProperties { get; }
Public ReadOnly Property PasswordEncryptionFileProperties As Boolean
Property Value
Remarks
Use the SetPasswordEncryptionOptions(Object, Object, Object, Object) method to specify whether Excel encrypts file properties for the specified password-protected workbook.