[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.RemoveItem

RemoveItem Method

RemoveItem()

Removes the last row from the grid.

Declaration
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.

RemoveItem(int)

Removes a row at a specified position from the grid.

Declaration
public void RemoveItem(int index)
Parameters
Type Name Description
int index

Index of the row to be removed.