ITrkItems.Remove (method)

method Remove
Syntax: object.Remove index
Parameters:
index As VARIANT -

Index within the collection to remove.
Description:
The Remove method will remove an item from the collection.

Example:

Dim oTrkItemAgent As Object
Dim oTrkItems As Object
Set oTrkItemAgent = CreateObject("Tracker.TrkItemAgent")
oTrkItemAgent.Execute oTrkItems
oTrkItems.Remove 2