removeAt Method

Summary

Removes the item at the specified index of the LeadCollection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.removeAt = function( 
   index 
) 
removeAt( 
   index: number 
): void; 

Parameters

index

The 0-based index of the item to remove.

Remarks

This method raises the CollectionChanged event with Remove action.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly