Item Method (StringCollection Collection)

Scope: Xpedition Designer schematic editor

Collection: StringCollection Collection

Prerequisites: None

Returns an element (specified by its index number) from the collection.

Usage

StringCollection.Item(ByVal Index As Long) As String

Arguments

Index

The index number of the element in the collection. Indexing starts at 1.

Return Values

As String. A string that is part of the collection.