In This Topic
Gets a value indicating whether the range can be edited on a protected worksheet.
Syntax
'Declaration
ReadOnly Property AllowEdit As Boolean
'Usage
Dim instance As IRange
Dim value As Boolean
value = instance.AllowEdit
Property Value
true
if the range can be edited; otherwise,
false
.
See Also