Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Protection Property


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

Property Value

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