DeleteItem method: Collection class

Syntax

DeleteItem(index)

Description

Use this method to delete the specified element from the collection.

Parameters

Parameter Description

index

Specifies the sequence number of the element to be deleted as an integer.

Returns

A Boolean value: True if the delete was successful, False otherwise.