INetCollection.RemoveAt

Syntax

RemoveAt(Index: Integer);

Parameters

Index - collection element index.

Description

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

See also:

INetCollection