Drivers.Item



Item(vID As Variant) As Driver

Parameters

vID As Variant
vID As Variant Index or name. If the parameter is a numerical value, the driver is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the driver is searched by its name.
ED
avaliable
RT
avaliable

Remarks

Returns the object Driver from the collection, which is identified by the parameter vID.

The parameter vID can have two values:


·	 Index: Access with an index mostly is used in combination with the 

		property Count to find out the position of the driver object in the list.



·	 Driver name: The driver can also be accessed with its unique name.

See Also

Drivers, Driver