Workbook.PasswordEncryptionFileProperties Property

Definition

Gets a value that indicates whether Microsoft Office Excel encrypts file properties for the specified password-protected workbook.

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

Property Value

true if Excel encrypts file properties for the specified password-protected workbook; otherwise, false.

Remarks

Use the SetPasswordEncryptionOptions method to specify whether Excel encrypts file properties for the specified password-protected workbook.

Applies to