ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRowCollection Class / RemoveAt Method
Index of the item to remove from the collection.

In This Topic
    RemoveAt Method (XLRowCollection)
    In This Topic
    Removes the XLRow object at a given position from the collection.
    Syntax
    'Declaration
     
    Public Function RemoveAt( _
       ByVal index As System.Integer _
    ) As XLRow
    public XLRow RemoveAt( 
       System.int index
    )

    Parameters

    index
    Index of the item to remove from the collection.

    Return Value

    A reference to the item that was removed from the collection.
    See Also