ComponentOne FlexGrid for WinForms
Insert Method (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : Insert Method
The position where the new row will be inserted.
Adds a new Row object to the collection at a specified position.
Syntax
'Declaration
 
Public Function Insert( _
   ByVal index As Integer _
) As Row
public Row Insert( 
   int index
)

Parameters

index
The position where the new row will be inserted.

Return Value

A reference to the Row that was added to the collection.
See Also

Reference

RowCollection Class
RowCollection Members