ComponentOne FlexGrid for WinForms
InsertRange Method (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : InsertRange Method
The position where the new range will be inserted.
The number of rows to add.
Adds a range of rows to the collection at a specified position.
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void InsertRange( 
   int index,
   int count
)

Parameters

index
The position where the new range will be inserted.
count
The number of rows to add.
See Also

Reference

RowCollection Class
RowCollection Members