Spread Windows Forms 12.0 Product Documentation
ProtectionMode Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : ProtectionMode Property
Gets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the Protect method.
Syntax
'Declaration
 
ReadOnly Property ProtectionMode As ProtectionMode
'Usage
 
Dim instance As IWorksheet
Dim value As ProtectionMode
 
value = instance.ProtectionMode
ProtectionMode ProtectionMode {get;}

Property Value

A ProtectionMode value represents the protection mode.
See Also

Reference

IWorksheet Interface
IWorksheet Members