Protection Property

Office Open XML

Access to sheet protection properties

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

Syntax

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

See Also