Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellProtection Structure / Reset Method
An CellProtectionAttributes value indicates the specified property.


In This Topic
    Reset Method (CellProtection)
    In This Topic
    Resets the specified property to unset state.
    Syntax
    'Declaration
     
    
    Public Sub Reset( _
       ByVal attr As CellProtectionAttributes _
    ) 
    'Usage
     
    
    Dim instance As CellProtection
    Dim attr As CellProtectionAttributes
     
    instance.Reset(attr)
    public void Reset( 
       CellProtectionAttributes attr
    )

    Parameters

    attr
    An CellProtectionAttributes value indicates the specified property.
    See Also