'Declaration Public Enum WorkbookLocks Inherits System.Enum
'Usage Dim instance As WorkbookLocks
public enum WorkbookLocks : System.Enum
'Declaration Public Enum WorkbookLocks Inherits System.Enum
'Usage Dim instance As WorkbookLocks
public enum WorkbookLocks : System.Enum
Member | Description |
---|---|
All | Protect all data. |
None | Protect nothing. |
Structure | Protect the structure of the workbook (the relative position of the sheets). |
Windows | Protect the workbook windows. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.WorkbookLocks