[]
Adds the number of given rows to an unbound grid.
public virtual int AddRows(int count)
Public Overridable Function AddRows(count As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | count | The number of rows to add. |
| Type | Description |
|---|---|
| int | The index of the first row that was added. |