[]
Adds a new Row object to the collection at a specified position.
public Row Insert(int index)
Type | Name | Description |
---|---|---|
int | index | The position where the new row will be inserted. |
Type | Description |
---|---|
Row | A reference to the Row that was added to the collection. |