Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetLocked Method


In This Topic
ResetLocked Method (Cell)
In This Topic
Resets the locked state for the cell and makes the cell inherit the locked state from the default cell.
Syntax
'Declaration
 
Public Sub ResetLocked() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetLocked()
See Also