StringCollectionRemoveRange Method

Remove a range of items from the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based index at which to start removing items
count  Int32
The number of items to remove

See Also