A Boolean type property. A flag that specifies whether the shape is protected from deleting.True - protection is on, False - protection is off.
Applies to: Shape object
[[Let] lockDeleteRet =] object.LockDelete [Let] object.LockDelete = lockDeleteSet |
The LockDelete property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
lockDeleteRet | Optional. A Boolean type variable. |
lockDeleteSet | Required. An expression that returns a Boolean value. |
The LockDelete property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LockDelete as a table parameter, use the CDPT_LOCKDELETE constant tag.