Removes the item at the specified index of the LeadCollection.
function Leadtools.LeadCollection.removeAt( index )
| Parameter | Type | Description |
|---|---|---|
| index | int | The 0-based index of the item to remove. |
This method raises the CollectionChanged event with Remove action.