Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_Encryption Class / KeyEncryptors Property


In This Topic
KeyEncryptors Property (CT_Encryption)
In This Topic
Syntax
'Declaration
 
Public Property KeyEncryptors As CT_KeyEncryptor()
 
'Usage
 
Dim instance As CT_Encryption
Dim value() As CT_KeyEncryptor
 
instance.KeyEncryptors = value
 
value = instance.KeyEncryptors
See Also