Spread Windows Forms 12.0 Product Documentation
Insert Method (BevelCollection)


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

Parameters

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

Reference

BevelCollection Class
BevelCollection Members