AddUnboundRows Method
AddUnboundRows(int, int)
Adds unbound rows to the data model for a sheet.
Declaration
public void AddUnboundRows(int row, int count)
Public Sub AddUnboundRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index at which to start adding rows
|
int |
count |
Number of rows to add
|