Description
Returns an Access Right typed value corresponding to the read and write boolen options.
Syntax
ACCESSRIGHTS(read, write)
-
read
(boolean) : corresponds to the read option. Set to true to allow user reading the data, false to prevent reading, blank to leave it undefined. -
write
(boolean) : corresponds to the write option. Set to true to allow user reading the data, false to prevent reading, blank to leave it undefined.
Return type
Access Rights
Examples
Case | Results | Return Type |
|
|
|
|
| Access Rights |
|
| Access Rights |
|
| Access Rights |
Excel equivalent: none
See also: RESETACCESSRIGHTS