Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (DoubleCollectionCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DoubleCollectionCollection Class : RemoveAt Method
Index of item.
Removes an item from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DoubleCollectionCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Index of item.
See Also

Reference

DoubleCollectionCollection Class
DoubleCollectionCollection Members