Scope: Xpedition Designer schematic editor
Collection: StringCollection Collection
Prerequisites: None
Returns an element (specified by its index number) from the collection.
StringCollection.Item(ByVal Index As Long) As String
The index number of the element in the collection. Indexing starts at 1.
As String. A string that is part of the collection.