Lock cell (Layers section)
Specifies whether shapes belonging to the layer are locked against being selected or edited.
Value |
Description |
TRUE |
Shapes are locked. |
FALSE |
Shapes are not locked. |
Remarks
You can also set this value using the Lock option in the Layer Properties dialog box (click Layer Properties on the View menu).
To reference the Lock cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Layers.Locked[i] |
To reference the Lock cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionLayer |
Row index: |
visRowLayer + i |
Cell index: |
visLayerLock |