Spread Silverlight Documentation
Locked Property (IFloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > IFloatingObject Interface : Locked Property
Gets or sets a value that indicates whether this floating object is locked.
Syntax
'Declaration
 
Property Locked As System.Boolean
'Usage
 
Dim instance As IFloatingObject
Dim value As System.Boolean
 
instance.Locked = value
 
value = instance.Locked
System.bool Locked {get; set;}

Property Value

true if locked; otherwise, false.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members