ComponentOne FlexGrid for WinForms
Remove(Row) Method

C1.Win.C1FlexGrid Namespace > RowCollection Class > Remove Method : Remove(Row) Method
The row to be removed.
Removes a Row object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal row As Row _
) As Row
public Row Remove( 
   Row row
)

Parameters

row
The row to be removed.

Return Value

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

Reference

RowCollection Class
RowCollection Members
Overload List