DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method (ViewRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal ordinal As Integer _
    ) 
    public void RemoveAt( 
       int ordinal
    )

    Parameters

    ordinal
    See Also