INetCollection.RemoveAt

Syntax

RemoveAt(Index: Integer);

Parameters

Index is the collection element index.

Description

The RemoveAt method removes the collection element, index of which is passed by the Index parameter.

See also:

INetCollection