_Workbook.PasswordEncryptionFileProperties Property

True if Microsoft Excel encrypts file properties for the specified password-protected workbook. Read-only Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property PasswordEncryptionFileProperties As Boolean
    Get
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.PasswordEncryptionFileProperties
bool PasswordEncryptionFileProperties { get; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace