DevListViewItemCollectionRemoveAtRange Method
Removes a collection of items from 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 virtual void RemoveAtRange(
int[] indices
)
Public Overridable Sub RemoveAtRange (
indices As Integer()
)
Dim instance As DevListViewItemCollection
Dim indices As Integer()
instance.RemoveAtRange(indices)
public:
virtual void RemoveAtRange(
array<int>^ indices
)
abstract RemoveAtRange :
indices : int[] -> unit
override RemoveAtRange :
indices : int[] -> unit
No code example is currently available or this language may not be supported.
Parameters
- indices Int32
-
An array with the indices of the items to remove from the collection.