Spread for ASP.NET 8.0 Product Documentation
AllowClientUnlock Property
Example 


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;}
Remarks
If the AllowClientUnlock property is set to false, then the SetLocked method on the client-side will not unlock or lock a cell. The default value for this property is false.
Example
This example sets the AllowClientUnlock property.
FpSpread1.AllowClientUnlock = true;
FpSpread1.AllowClientUnlock = True
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.