Spread for ASP.NET 7.0 Product Documentation
AllowClientUnlock Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AllowClientUnlock Property


Glossary Item Box

Gets or sets whether the user can unlock a cell from the client side.

Syntax

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;}

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.
C#Copy Code
FpSpread1.AllowClientUnlock = true;
VB.NETCopy Code
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.