WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / RemoveAt Method
The zero-based index of the item to remove.
In This Topic
    RemoveAt Method (C1CollectionView)
    In This Topic
    Removes the item at the specified index.
    Syntax
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also