Insert Method
Insert(int, int)
Inserts a row at the specified index.
Declaration
public void Insert(int index, int row)
Public Sub Insert(index As Integer, row As Integer)
Parameters
| Type |
Name |
Description |
| int |
index |
The zero-based index at which row should be inserted.
|
| int |
row |
The row to insert.
|