[]
Adds a row or rows to the data model for a sheet.
public virtual void AddRows(int row, int count)
Public Overridable Sub AddRows(row As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index where the new rows are to be added |
int | count | Number of rows to be added |