Spread for ASP.NET 12 Product Documentation
AllowClientUnlock Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AllowClientUnlock Property
Gets or sets whether the user can unlock a cell from the client side.
Syntax
'Declaration
 
Public Property AllowClientUnlock As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowClientUnlock = value
 
value = instance.AllowClientUnlock
public bool AllowClientUnlock {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members