ExtendedBindingListTRemoveRange Method
Remove the specified range of items from the collection
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
public:
void RemoveRange(
int index,
int count
)
member RemoveRange :
index : int *
count : int -> unit
Parameters
- index Int32
- The zero-based starting index of the range to remove
- count Int32
- The number of items to remove