Spread Windows Forms 12.0 Product Documentation
Insert Method (FillCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FillCollection Class : Insert Method
Index at which item should be inserted.
Fill.
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)
public void Insert( 
   int index,
   Fill item
)

Parameters

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

Reference

FillCollection Class
FillCollection Members