FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / RemoveItem Method / RemoveItem() Method

In This Topic
    RemoveItem() Method
    In This Topic
    Removes the last row from the grid.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RemoveItem() 
    public void RemoveItem()
    Remarks

    You can also add and remove rows using the Rows collection.

    The RemoveItem method is provided for consistency, since the grid also has an AddItem(String) method.

    See Also