Interface IXLDrawingProtection
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLDrawingProtection
- Extension Methods
-
Properties
LockText
bool LockText { get; set; }
Property Value
- bool
Locked
bool Locked { get; set; }
Property Value
- bool
Methods
SetLockText()
IXLDrawingStyle SetLockText()
Returns
- IXLDrawingStyle
SetLockText(bool)
IXLDrawingStyle SetLockText(bool value)
Parameters
value bool
Returns
- IXLDrawingStyle
SetLocked()
IXLDrawingStyle SetLocked()
Returns
- IXLDrawingStyle
SetLocked(bool)
IXLDrawingStyle SetLocked(bool value)
Parameters
value bool
Returns
- IXLDrawingStyle