AddDataRows Method
AddDataRows(int, int)
Add rows into the table data area.
Declaration
public void AddDataRows(int row, int count)
Public Sub AddDataRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Table data row index.
|
int |
count |
Number of rows to add.
|