SSpread.Protect Property
Sets whether to enable write protection for locked cells.
Specify the following values. The initial value is $TRUE.
| Constant | Description |
|---|---|
| $TRUE | Enable write protection to protect cells with a Lock property of $TRUE |
| $FALSE | Disable write protection |
Example of usage
Protect = $ TRUE;
Col = 2;
Row = 3;
Lock = $ TRUE;
Related Item
Lock property