Adds an object to the end of the LeadCollection.
LeadCollection.prototype.add = function(item)
add(item: any): void;
item
The object to be added to the end of the LeadCollection. The value can be null.
LeadCollection accepts null as a valid value and allows duplicate items.
This method raises the CollectionChanged event with Add action.
Products |
Support |
Feedback: add Method (LeadCollection) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|