LabelList.RemoveRange Method

Removes a range of labels from this collection.
Public Overrides Sub RemoveRange( _ 
ByVal index As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public override void RemoveRange( 
int index
int count 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based starting index of the range of labels to remove

count
int

The number of labels to remove

.NET Framework

Supported in: 4.8

In this article

Definition