GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Locked Property


In This Topic
Locked Property (IRange)
In This Topic
Gets or sets a value indicating whether this IRange is locked.
Syntax
'Declaration
 
Property Locked As Boolean
 
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked

Property Value

true if locked; otherwise, false.
See Also