ExtendedBindingListTRemoveRange Method

Remove the specified range of items from the collection

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based starting index of the range to remove
count  Int32
The number of items to remove

See Also