StringCollectionRemoveRange Method

Remove a range of items from the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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