DataGridCollectionViewRemoveAt Method
Remove the item at the given index from the underlying collection.
The index is interpreted with respect to the view (filtered, sorted,
and paged list).
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
- index Int32
- Index of the item we want to remove
IListRemoveAt(Int32)