FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / RemoveItem Method / RemoveItem(Int32) Method
Index of the row to be removed.

In This Topic
    RemoveItem(Int32) Method
    In This Topic
    Removes a row at a specified position from the grid.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    public void RemoveItem( 
       int index
    )

    Parameters

    index
    Index of the row to be removed.
    See Also