Access properties to protect or unprotect a workbook
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelProtection Protection { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Protection As ExcelProtection |
Visual C++ |
---|
public: property ExcelProtection^ Protection { ExcelProtection^ get (); } |