Default value for an optional argument
The value you have clicked on is the default value for the respective optional argument.
If you want to change the default value of an optional argument, do the following when calling the respective function:
- First, enter all required input arguments.
- Then, enter all the optional arguments whose values you want to set differently from their defaults. Each optional argument needs to be entered as a pair name-and-value separated by commas. The name of the option must be enclosed in single quotes.