ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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 C1.Win.C1FlexGrid.C1FlexGridBase.Rows collection.

    The C1.Win.C1FlexGrid.C1FlexGridBase.RemoveItem method is provided for consistency, since the grid also has an C1.Win.C1FlexGrid.C1FlexGridBase.AddItem method.

    See Also