LockCustProp Cell (Protection Section)
Determines whether the user can add, delete, or modify shape data in the user interface (UI) by using the Define Shape Data dialog box or the shortcut menu for the Shape Data window.
Value |
Description |
---|---|
TRUE |
The Define Shape Data command on the shortcut menu in the Shape Data window is disabled. |
FALSE |
The Define Shape Data command on the shortcut menu in the Shape Data window is enabled (the default). |
Remarks
A value of TRUE does not prevent a user from changing the value of a shape data item or changing the Shape Data section in the ShapeSheet window.
To get a reference to the LockCustProp cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
LockCustProp |
To get a reference to the LockCustProp cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowLock |
Cell index: |
visLockCustProp |