VCDPropertyItems.Item Property

Returns the VCDPropertyItem at the specified index.
Syntax:
Public Item(Index As Long) As VCDPropertyItem
Parameter Description
Index

Specifies the index of the VCDPropertyItem to be returned. The range of the index starts at 1 and ends at VCDPropertyItems.Count. If the specified index is out of this range an exception is thrown.

Limitations:

Run time only, read only.

See also: VCDPropertyItems, VCDPropertyItems.Count

<< VCDPropertyItems