Spread Windows Forms 12.0 Product Documentation
ProtectionMode Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : ProtectionMode Enumeration
Represents the protection type of the workbook or worksheet.
Syntax
'Declaration
 
Public Enum ProtectionMode 
   Inherits System.Enum
'Usage
 
Dim instance As ProtectionMode
public enum ProtectionMode : System.Enum 
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

Reference

GrapeCity.Spreadsheet Namespace