[]
Inserts a row at the specified index.
public void Insert(int index, int row)
The zero-based index at which row should be inserted.
The row to insert.