Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / RemoveAt Method
Index of string value.


In This Topic
RemoveAt Method (StringCollection)
In This Topic
Removes a string value from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As StringCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of string value.
See Also