DevListViewItemCollectionRemoveAt Method
Removes the item at the specified index within the collection.
Namespace: DevCase.UI.Layout.DevListViewDataAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override void RemoveAt(
int index
)
Public Overrides Sub RemoveAt (
index As Integer
)
Dim instance As DevListViewItemCollection
Dim index As Integer
instance.RemoveAt(index)
public:
virtual void RemoveAt(
int index
) override
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
No code example is currently available or this language may not be supported.
- index Int32
-
The zero-based index of the item to remove.
IListRemoveAt(Int32)