removeRange Method

Summary

Removes the items at the specified index of the collection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.removeRange = function( 
   index, 
   count 
) 
removeRange( 
   index: number, 
   count: number 
): void; 

Parameters

index

The 0-based index of the item to remove.

count

The number of items to remove.

Remarks

RemoveRange internally calls RemoveItemRange, which may be overriden.

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