The setAt method inserts
the specified element at the given index in the collection.
Signatureint setAt(int index, const void* p)
Parametersindex
The index at which to add the new element
p
The element to add
ReturnsThe
method returns one of the following values:
- 0 -
method failed.
- 1 - The method
was
successful.