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