Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Protection Property


In This Topic
Protection Property (StyleFormat)
In This Topic
Gets or sets the protection formatting.
Syntax
'Declaration
 
Public Property Protection As CellProtection
 
'Usage
 
Dim instance As StyleFormat
Dim value As CellProtection
 
instance.Protection = value
 
value = instance.Protection

Property Value

A Protection value represents the protection formatting.
See Also