AddUnboundRows Method
AddUnboundRows(int, int)
Adds unbound rows for a sheet.
Declaration
void AddUnboundRows(int row, int count)
Sub AddUnboundRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Index of row in the model
|
int |
count |
Number of rows to add
|