Spread Windows Forms 12.0 Product Documentation
Locked Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Locked Property
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
bool Locked {get; set;}

Property Value

true if locked; otherwise, false.
See Also

Reference

IRange Interface
IRange Members