DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / RemoveAt Method
The zero-based ordinal position of the item to remove.

In This Topic
    RemoveAt Method (ViewRowCollection)
    In This Topic
    Deletes the view row at a specified ordinal position in ViewRowCollection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal ordinal As Integer _
    ) 
    public void RemoveAt( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based ordinal position of the item to remove.
    Remarks
    This is an update operation on the view equivalent to calling ViewRow.Delete.
    See Also