ComponentOne FlexGrid for WinForms
RemoveItem() Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > RemoveItem Method : RemoveItem() Method
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List