InsertRange Method (RowCollection)
In This Topic
Adds a range of rows to the collection at a specified position.
Syntax
'Declaration
Public Sub InsertRange( _
ByVal As Integer, _
ByVal As Integer _
)
public void InsertRange(
int ,
int
)
Parameters
- index
- The position where the new range will be inserted.
- count
- The number of rows to add.
See Also