Spread Windows Forms 12.0 Product Documentation
Reset Method (CellProtection)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellProtection Structure : Reset Method
An CellProtectionAttributes value indicates the specified property.
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

Reference

CellProtection Structure
CellProtection Members