FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : Protect Property |
'Declaration Public Property Protect As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.Protect = value value = instance.Protect
public bool Protect {get; set;}
You can specify that certain cells are locked; that is, the user cannot edit them. In addition, locked cells can display different background and text colors. You mark cells as locked using the Lock property. Cells are not locked until the Protect property is set to true. Because the default value is true, unless you have changed the value of the Protect property, when you mark cells as locked, they are immediately locked.
When the Protect property is set to false, the user can still interact with cells marked as locked.
fpSpread1.ActiveSheet.Protect = false;
FpSpread1.ActiveSheet.Protect = False
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8