Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 Integer, _
       ByVal item As Object _
    ) As Task
    Task ReplaceAsync( 
       int index,
       object item
    )

    Parameters

    index
    The index.
    item
    The item.
    See Also