Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OwnedFastListBase Class / RemoveAt Method
Index of the element to remove.

In This Topic
    RemoveAt Method (OwnedFastListBase)
    In This Topic
    Removes the specified element from the current list.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    protected override void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the element to remove.
    See Also