Scope: Xpedition Designer schematic editor
Collection: StringList Collection
Prerequisites: None
Inserts an element into the collection at the position specified by the index argument.
StringList.Insert(ByVal sItem As String, ByVal Index As Long)
The string object that is to be added to the collection.
Index of the element in the collection. Indexing starts at 1.