List.setItem

Syntax

setItem (value, index)

Parameters

value. The element to be written into the collection.

index. Collection element index.

Description

The setItem method writes the element to the specified position in the collection.

Example

The example of method use is given in description of the TreeColumn constructor.

See also:

List