GetItem Method (StringList Collection)

Scope: Xpedition Designer schematic editor

Collection: StringList Collection

Prerequisites: None

Returns a string (specified by Index) that is contained in the collection.

Usage

StringList.GetItem(ByVal Index As Long) As String

Arguments

Index

Long value specifying the index of the element in the collection. Indexing starts at 1.

Return Values

String. A string representing an element in the collection as specified by the Index argument.