ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / ReplaceAsync Method
The index.
The item.

In This Topic
    ReplaceAsync Method (ISupportEditing)
    In This Topic
    Replaces the item at the specified index by the specified item.
    Syntax
    'Declaration
     
    Function ReplaceAsync( _
       ByVal index As System.Integer, _
       ByVal item As System.Object _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task ReplaceAsync( 
       System.int index,
       System.object item
    )

    Parameters

    index
    The index.
    item
    The item.
    See Also