Insert Method (StringList Collection)

Scope: Xpedition Designer schematic editor

Collection: StringList Collection

Prerequisites: None

Inserts an element into the collection at the position specified by the index argument.

Usage

StringList.Insert(ByVal sItem As String, ByVal Index As Long)

Arguments

sItem

The string object that is to be added to the collection.

Index

Index of the element in the collection. Indexing starts at 1.