[]
Appends a new Row object to the collection.
public Row Add()
| Type | Description |
|---|---|
| Row | A reference to the Row that was added to the collection. |
The Add method appends a new row to the collection. To insert a row at a specific position, use the Insert(int) method.
Appends a given number of Row objects to the collection.
public void Add(int count)
| Type | Name | Description |
|---|---|---|
| int | count | Number of rows to add to the collection. |