AddUnboundRows Method
AddUnboundRows(int, int)
Adds unbound rows to the data model.
Declaration
void AddUnboundRows(int row, int count)
Sub AddUnboundRows(row As Integer, count As Integer)
Parameters
| Type |
Name |
Description |
| int |
row |
Start index to add the new rows
|
| int |
count |
Number of rows to add
|