FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCollection Class / InsertRange Method
The position where the new range will be inserted.
The number of rows to add.

In This Topic
    InsertRange Method (RowCollection)
    In This Topic
    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