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


CellProtectionAttributes Enumeration
Represents the cell protection attributes.
Syntax
'Declaration
 
Public Enum CellProtectionAttributes 
   Inherits System.Enum
 
'Usage
 
Dim instance As CellProtectionAttributes
Members
MemberDescription
AllAll attributes.
FormulaHiddenIndicates that the formula is hidden.
LockedIndicates that the cell is locked.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.CellProtectionAttributes

See Also