Rows Collection Method: Add 

Purpose

Adds a new row to the collection.

Description

The parameter vaWhat describes the element to be added. If vaWhat has type VT_EMPTY, a new Row is added. If vaWhat is of type VT_DISPATCH, a copy of the Row object is added to the end of the collection.

The return value is always a new Row object.