Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NotifyCollection<T> Class / Insert Method


In This Topic
    Insert Method (NotifyCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    'Usage
     
    Dim instance As NotifyCollection(Of T)
    Dim index As Integer
    Dim item As T
     
    instance.Insert(index, item)
    [__DynamicallyInvokable()]
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also