_Workbook.PasswordEncryptionFileProperties Property

Definition

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.

Applies to