[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.Insert

Insert Method

Insert(int, object?)

Declaration
public void Insert(int index, object? value)
Parameters
Type Name Description
int index
object value
Implements