Table of Contents

Interface IXLSheetProtection

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLSheetProtection : IXLElementProtection<XLSheetProtectionElements>, IXLElementProtection, ICloneable
Inherited Members
Extension Methods

Methods

Protect(Algorithm, XLSheetProtectionElements)

IXLSheetProtection Protect(XLProtectionAlgorithm.Algorithm algorithm, XLSheetProtectionElements allowedElements)

Parameters

algorithm XLProtectionAlgorithm.Algorithm
allowedElements XLSheetProtectionElements

Returns

IXLSheetProtection

Protect(XLSheetProtectionElements)

IXLSheetProtection Protect(XLSheetProtectionElements allowedElements)

Parameters

allowedElements XLSheetProtectionElements

Returns

IXLSheetProtection

Protect(string, Algorithm, XLSheetProtectionElements)

IXLSheetProtection Protect(string password, XLProtectionAlgorithm.Algorithm algorithm = Algorithm.SimpleHash, XLSheetProtectionElements allowedElements = XLSheetProtectionElements.SelectEverything)

Parameters

password string
algorithm XLProtectionAlgorithm.Algorithm
allowedElements XLSheetProtectionElements

Returns

IXLSheetProtection