FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / Insert Method
Index at which item should be inserted.
Fill.


In This Topic
Insert Method (FillCollection)
In This Topic
Inserts a fill into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Fill _
) 
 
'Usage
 
Dim instance As FillCollection
Dim index As Integer
Dim item As Fill
 
instance.Insert(index, item)

Parameters

index
Index at which item should be inserted.
item
Fill.
See Also