ComponentOne FlexGrid for WinForms
Remove(Int32) Method

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

Parameters

index
The index of the row to remove from the collection.

Return Value

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

Reference

RowCollection Class
RowCollection Members
Overload List