Remove Method (StringCollection Collection)

Scope: Xpedition Designer schematic editor

Collection: StringCollection Collection

Prerequisites: None

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

Usage

StringCollection.Remove(ByVal Index As Long)

Arguments

Index

The index number of the element to remove from the collection. Index numbering starts at 1.