StringCollectionRemoveRange Method
Remove a range of items from the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.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 index at which to start removing items
- count Int32
- The number of items to remove