XMLItemColl Object

Description

An object representing a collection of XML items. This object can be accessed using one of the following methods or properties:

Properties

Method CountReturns the number of items in the XML items collection.
Method ItemReturns the item found in the specified position within the XML item collection.

Back to top

Count Property

Description

Returns the number of items in the XML items collection.

Syntax

XMLItemColl.Count

Return Value

Number

Back to top

Item Property

Returns the item found in the specified position within the XML item collection.

Syntax

XMLItemColl.Item (Position)

Argument

Type

Description

Position

Variant

The position of the item in the collection. The name (with quotes) or numeric index (with or without quotes) can denote the position. The first item in a collection is numbered 1.

Return Value

String

Back to top