Adds the array of objects to the end of the LeadCollection.
LeadCollection.prototype.addRange = function(
items
)
addRange(
items: any[]
): void;
items
The items to add to the collection.
LeadCollection accepts null as a valid value and allows duplicate items.
This method raises the CollectionChanged event with Add action.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET