ASP.NET Pack Programmer's Guide
IEnumerable.removeRange Method
See Also
 





Removes a range of elements starting from the given index.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function removeRange (index, count)

 Parameters

index

The starting index of the range.

count

The length of the range.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Charting.Collections Namespace