Table of Contents

Interface IXLProtection

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLProtection : IEquatable<IXLProtection>
Inherited Members
Extension Methods

Properties

Hidden

bool Hidden { get; set; }

Property Value

bool

Locked

bool Locked { get; set; }

Property Value

bool

Methods

SetHidden()

IXLStyle SetHidden()

Returns

IXLStyle

SetHidden(bool)

IXLStyle SetHidden(bool value)

Parameters

value bool

Returns

IXLStyle

SetLocked()

IXLStyle SetLocked()

Returns

IXLStyle

SetLocked(bool)

IXLStyle SetLocked(bool value)

Parameters

value bool

Returns

IXLStyle