removeItemRange Method

Summary

Removes the items at the specified index of the collection.

Syntax

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

Parameters

index

The 0-based index of the item to remove.

count

The number of items to remove.

Remarks

RemoveItemRange is meant to be overridden in a derived class. For a public method to remove items from the LeadCollection, see RemoveRange.

This method raises the CollectionChanged event with the Remove action.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly