Removes a range of items from the list.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

JavaScript
function removeRange(index, count);

Parameters

index
Type: System..::..Int32
Index of the first UIElement to remove from the list.
count
Type: System..::..Int32
Number of UIElements to remove.

See Also