[]
Adds rows to the data model at the specified position.
public void AddRows(int row, int count)
Public Sub AddRows(row As Integer, count As Integer)
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified index of row is out of range; must be between zero and the number of columns |
ArgumentOutOfRangeException | Specified number of rows is out of range; must be greater than zero |