[]
Adds rows of cells after the specified row.
public void AddRows(int row, int rowCount)
Public Sub AddRows(row As Integer, rowCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of row after which to add rows |
int | rowCount | Number of rows to add |