Spread Windows Forms 17
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)
    public void Insert( 
       int index,
       Bevel item
    )

    Parameters

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