Removes an item from the list.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
Index of the item to remove from the list.

See Also