Table of Contents

Interface IXLElementProtection

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLElementProtection : ICloneable
Inherited Members
Extension Methods

Properties

Algorithm

Gets the algorithm used to hash the password.

XLProtectionAlgorithm.Algorithm Algorithm { get; }

Property Value

XLProtectionAlgorithm.Algorithm

The algorithm.

IsPasswordProtected

Gets a value indicating whether this instance is protected with a password.

bool IsPasswordProtected { get; }

Property Value

bool

true if this instance is password protected; otherwise, false.

IsProtected

Gets a value indicating whether this instance is protected, either with or without a password.

bool IsProtected { get; }

Property Value

bool

true if this instance is protected; otherwise, false.