Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ProtectionMode Property


In This Topic
ProtectionMode Property (Worksheet)
In This Topic
Gets a ProtectionMode value indicating whether this worksheet is protected.
Syntax
'Declaration
 
Public ReadOnly Property ProtectionMode As ProtectionMode
 
'Usage
 
Dim instance As Worksheet
Dim value As ProtectionMode
 
value = instance.ProtectionMode

Property Value

A ProtectionMode value represents the protection state of this worksheet.
See Also