RemoveAt Method (LabelsCollection)
In This Topic
Removes the label at the specified location from the collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The index of the label to remove.
See Also