ShowIdentifierProperty
Tool |
The Show Name property controls the visibility of the name part of a formula.
When Show Name is set to No for a dynamic expression, spreadsheet cell, or other object that holds formulas, the name of the formula is not shown.
Show or hide name:
- Select the dynamic expression or other object.
- Open the properties window.
- Under Formula near the bottom of the window, change Show Name to Yes or No.
Notes:
- If Show Name is set to No, the name in the formula still applies, so the result of that formula can still be referenced of a value with the name.
See also:
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
ShowIdentifierProperty
(make sure the library Library.Tools.Properties is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Properties.ShowIdentifierProperty
See also: