Spread Windows Forms 12.0 Product Documentation
Locked Property (CellProtection)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellProtection Structure : Locked Property
Gets or sets a value indicating whether the cell is locked.
Syntax
'Declaration
 
Public Property Locked As Boolean
'Usage
 
Dim instance As CellProtection
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public bool Locked {get; set;}

Property Value

true if the cell is locked; otherwise, false.
See Also

Reference

CellProtection Structure
CellProtection Members