Visual Basic (Declaration) | |
---|---|
Public Property AllowClientUnlock As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As Boolean instance.AllowClientUnlock = value value = instance.AllowClientUnlock |
C# | |
---|---|
public bool AllowClientUnlock {get; set;} |
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.
This example sets the AllowClientUnlock property.
C# | Copy Code |
---|---|
FpSpread1.AllowClientUnlock = true; |
VB.NET | Copy Code |
---|---|
FpSpread1.AllowClientUnlock = True |
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