Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetLocked Method
Example


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()
    public void ResetLocked()
    Example
    This example uses the ResetLocked method.
    See Also