AddRows Method
AddRows(int, int)
Adds rows to the data model.
Declaration
public void AddRows(int row, int count)
Public Sub AddRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row where the new rows are to be added
|
int |
count |
Number of rows to be added
|