/
Functions
Functions
After installing Muna, additional functions become accessible.
You can not call these global muna functions in the Muna sheet!
- 1 MunaGetOwner(secret)
- 1.1 Sample usage
- 1.2 Syntax
- 1.3 Examples
- 2 MunaGetComment(secret)
- 2.1 Sample usage
- 2.2 Syntax
- 2.3 Examples
- 3 MunaGetDescription(secret)
- 3.1 Sample usage
- 3.2 Syntax
- 3.3 Examples
- 4 MunaGetSecretMembers(secret)
- 4.1 Sample usage
- 4.2 Syntax
- 4.3 Examples
Â
MunaGetOwner(secret)
Returns the owner of a Muna secret.
Sample usage
MunaGetOwner(A2)
Syntax
MunaGetOwner(secret)
secret - a cell which contains a secret
Examples
Â
MunaGetComment(secret)
Returns the comment of a Muna secret.
Sample usage
MunaGetComment(A2)
Syntax
MunaGetComment(secret)
secret - a cell which contains a secret
Examples
Â
MunaGetDescription(secret)
Returns the description of a Muna secret.
Sample usage
MunaGetDescription(A2)
Syntax
MunaGetDescription(secret)
secret - a cell which contains a secret
Examples
MunaGetSecretMembers(secret)
Returns the member(s) and group(s) who has access to a Muna secret.
Sample usage
MunaGetSecretMembers(A2)
Syntax
MunaGetSecretMembers(secret)
secret - a cell which contains a secret
Examples
Â