Encryption Property

Office Open XML

Information how and if the package is encrypted

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelEncryption Encryption { get; }
Visual Basic (Declaration)
Public ReadOnly Property Encryption As ExcelEncryption
Visual C++
public:
property ExcelEncryption^ Encryption {
	ExcelEncryption^ get ();
}

See Also