[]
Adds rows to the data model at the specified position.
public void AddRows(int row, int rowCount)
Public Sub AddRows(row As Integer, rowCount As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index at which to add new rows |
| int | rowCount | Number of rows to add |