Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ProtectionMode Enumeration


ProtectionMode Enumeration
Represents the protection type of the workbook or worksheet.
Syntax
'Declaration
 
Public Enum ProtectionMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProtectionMode
Members
MemberDescription
NoneThe object is not protected.
PasswordProtectedThe object is protected by password.
ProtectedThe object is protected without password.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ProtectionMode

See Also