ExcelProtection Class

Office Open XML

Sets protection on the workbook level

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

Syntax

C#
public class ExcelProtection : XmlHelper
Visual Basic (Declaration)
Public Class ExcelProtection _
	Inherits XmlHelper
Visual C++
public ref class ExcelProtection : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml..::.ExcelProtection

See Also