Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / Insert Method
Index at which item should be inserted.
Bevel.


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

Parameters

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