addRange Method

Summary

Adds the array of objects to the end of the LeadCollection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.addRange = function( 
   items 
) 
addRange( 
   items: any[] 
): void; 

Parameters

items

The items to add to the collection.

Remarks

LeadCollection accepts null as a valid value and allows duplicate items.

This method raises the CollectionChanged event with Add 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.