Locked Property

Office Open XML

If the object is locked when the sheet is protected

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

Syntax

C#
public bool Locked { get; set; }
Visual Basic (Declaration)
Public Property Locked As Boolean
Visual C++
public:
property bool Locked {
	bool get ();
	void set (bool value);
}

See Also