Removes item from collection at given index
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public virtual void RemoveAt(
int index
) |
| Visual Basic |
|---|
Public Overridable Sub RemoveAt ( _
index As Integer _
) |
Parameters
- index
- Type: System..::..Int32
Index to remove at
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)
See Also