Removes a range of items from the list.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.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