Spread Windows Forms 12.0 Product Documentation
Protection Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DifferentialFormat Class : Protection Property
Gets or sets the protection formatting.
Syntax
'Declaration
 
Public Property Protection As CellProtection
'Usage
 
Dim instance As DifferentialFormat
Dim value As CellProtection
 
instance.Protection = value
 
value = instance.Protection
public CellProtection Protection {get; set;}

Property Value

An Protection value represents the protection formatting.
See Also

Reference

DifferentialFormat Class
DifferentialFormat Members