Rows Collection Methods: Add 

Purpose

Adds an object to the Rows collection

Syntax

The Add method has the syntax:

Add(Variant vaWhat)

Returns

type Object

Description

This method adds an object to the Rows collection and returns the object added. Legal types for the parameter vaWhat are :

Type

Description

Any variant data type convertible to an integer value

A new Column object is created and added to the collection.