AddRows Method
AddRows(int, int)
Adds rows of cells after the specified row.
Declaration
void AddRows(int row, int rowCount)
Sub AddRows(row As Integer, rowCount As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index of row after which to add rows
|
int |
rowCount |
Number of rows to add
|