MonitorRunOption.Add
This function adds a Monitor option Name/Value pair.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub MonitorRunOption.Add( _
Name As Variant, _
Value As Variant)
|
The name of the option to set. Note that this is a quoted value. Type: Variant
The value to set for the specified option. Type: Variant |
This function does not return a value. |