Removes the element at the specified index from the current list.

Namespace:  C1.C1Preview.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected void RemoveAt(
	int index
)
Visual Basic
Protected Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The index of the element to remove.

See Also