Removes value from IList at the given index
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
void IList.RemoveAt(
int index
) |
| Visual Basic |
|---|
Private Sub RemoveAt ( _
index As Integer _
) Implements IList.RemoveAt |
Parameters
- index
- Type: System..::..Int32
Index to remove value at
Implements
IList..::..RemoveAt(Int32)
See Also