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 overridden.

This method raises the CollectionChanged event with the Remove action.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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