'Declaration
Property Locked As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.Locked = value
value = instance.Locked
Property Value
true
if if the object is locked; otherwise,
false
if the object can be modified when the sheet is protected.