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


WorkbookLocks Enumeration
Represent protected data of the workbook.
Syntax
'Declaration
 
Public Enum WorkbookLocks 
   Inherits System.Enum
 
'Usage
 
Dim instance As WorkbookLocks
Members
MemberDescription
AllProtect all data.
NoneProtect nothing.
StructureProtect the structure of the workbook (the relative position of the sheets).
WindowsProtect the workbook windows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.WorkbookLocks

See Also