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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.