Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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:
| Value | |
|---|---|
| Cell name: |
LockCustProp |
To get a reference to the LockCustProp cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLock |
| Cell index: |
visLockCustProp |