Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetLocked Method


In This Topic
    ResetLocked Method (CellWrapper)
    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 Shadows Sub ResetLocked() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetLocked()
    public new void ResetLocked()
    See Also