[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Remove

Remove Method

Remove(int)

Removes a Row object from the collection.

Declaration
public Row Remove(int index)
Public Function Remove(index As Integer) As Row
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)
Public Function Remove(row As Row) As 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.