Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class / RemoveAt Method
Index of item.


In This Topic
RemoveAt Method (StringCollectionCollection)
In This Topic
Removes an item from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As StringCollectionCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of item.
See Also