BaseListControlObjectCollectionRemoveAt Method
Remove the item at the specified index from the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
- index Int32
- The index of the item to remove
IListRemoveAt(Int32) ArgumentOutOfRangeException | This is thrown if the index value is not within the
bounds of the collection. |
ArgumentException | This is thrown if an attempt is made to remove an item from
the collection when a data source is in use. |