Share via


_Workbook.EncryptionProvider Property

Returns a String specifying the name of the algorithm encryption provider that 1st_Excel12 uses when encrypting documents. Read/write.

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

Syntax

'Declaration
Property EncryptionProvider As String
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As String

value = instance.EncryptionProvider

instance.EncryptionProvider = value
string EncryptionProvider { get; set; }

Property Value

Type: System.String
s

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace