This is the safest way to access a parameter's Value since it is guaranteed to be of the correct type and no error will occur if the parameter does not exist.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| name | String | The parameter Name. | ||
| defaultValue | ISNumberRange | Optional | The Default Value to return if the parameter does not exist. If omitted, a value of Nothing is assumed. | |
| reverseValues | Boolean | Optional | Indicates whether to reverse the sign of From and To values and also the values themselves, e.g., 5 to 10 becomes -10 to -5. If omitted, a value of False is assumed. |
An ISNumberRange value.