LockSelect cell (Protection section)
Prevents a shape from being selected.
Value |
Description |
TRUE |
Shape cannot be selected. |
FALSE |
Shape can be selected. |
Remarks
In order for LockSelect to take effect, the Shapes check box must be selected in the Protect Document dialog box.
To reference the LockSelect cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LockSelect |
To reference the LockSelect cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowLock |
Cell index: |
visLockSelect |