ContainsLockedCell() Method
Determines whether the selected ranges contains at least one locked cell.
public bool ContainsLockedCell()
'Declaration
Public Overloads Function ContainsLockedCell() As Boolean
'Usage
Dim instance As Worksheet
Dim value As Boolean
value = instance.ContainsLockedCell()
Return Value
true
if the specified range contains at least one locked cell; otherwise, false
.