[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCollection.Remove

Remove Method

Remove(int)

Removes a Row object from the collection.

Declaration
public Row Remove(int index)
Parameters
Type Name Description
int index

The index of the row to remove from the collection.

Returns
Type Description
Row

A reference to the Row that was removed from the collection.

Remove(Row)

Removes a Row object from the collection.

Declaration
public Row Remove(Row row)
Parameters
Type Name Description
Row row

The row to be removed.

Returns
Type Description
Row

A reference to the Row that was removed from the collection.