Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Locks Property


In This Topic
Locks Property (Worksheet)
In This Topic
Gets the protected data of this worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Locks As WorksheetLocks
 
'Usage
 
Dim instance As Worksheet
Dim value As WorksheetLocks
 
value = instance.Locks

Property Value

A WorksheetLocks value represents the protected data.
See Also