String CollectionRemove Range Method
Remove a range of items from the collection
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void RemoveRange(
int index,
int count
)VB
Public Sub RemoveRange (
index As Integer,
count As Integer
)C++
public:
void RemoveRange(
int index,
int count
)F#
member RemoveRange :
index : int *
count : int -> unit