Table of Contents

Interface IXLWorkbookProtection

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

Methods

Protect(Algorithm, XLWorkbookProtectionElements)

IXLWorkbookProtection Protect(XLProtectionAlgorithm.Algorithm algorithm, XLWorkbookProtectionElements allowedElements)

Parameters

algorithm XLProtectionAlgorithm.Algorithm
allowedElements XLWorkbookProtectionElements

Returns

IXLWorkbookProtection

Protect(XLWorkbookProtectionElements)

IXLWorkbookProtection Protect(XLWorkbookProtectionElements allowedElements)

Parameters

allowedElements XLWorkbookProtectionElements

Returns

IXLWorkbookProtection

Protect(string, Algorithm, XLWorkbookProtectionElements)

IXLWorkbookProtection Protect(string password, XLProtectionAlgorithm.Algorithm algorithm = Algorithm.SimpleHash, XLWorkbookProtectionElements allowedElements = XLWorkbookProtectionElements.Windows)

Parameters

password string
algorithm XLProtectionAlgorithm.Algorithm
allowedElements XLWorkbookProtectionElements

Returns

IXLWorkbookProtection