Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (FillCollection)


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

Parameters

index
Index of fill.
See Also

Reference

FillCollection Class
FillCollection Members