DBTable.Lock
Lock the Spreadsheet to protect its contents. LockFlags are combinations of values from the enum SpreadsheetLockType.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub DBTable.Lock( _
Password As String, _
LockFlags As SpreadsheetLockType)
|
|
This function does not return a value. |