_Workbook.PasswordEncryptionProvider Property

Returns a String specifying the name of the algorithm encryption provider that Microsoft Excel uses when encrypting passwords for the specified workbook. Read-only.

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

Syntax

'Declaration
ReadOnly Property PasswordEncryptionProvider As String
    Get
'Usage
Dim instance As _Workbook
Dim value As String

value = instance.PasswordEncryptionProvider
string PasswordEncryptionProvider { get; }

Property Value

Type: System.String
String

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace