Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ContainsLockedCell Method / ContainsLockedCell() Method


In This Topic
ContainsLockedCell() Method
In This Topic
Determines whether the selected ranges contains at least one locked cell.
Syntax
'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.
See Also