ListRows.Add(Object) Method

Definition

Adds a new row to the list object. Returns a ListRow object.

public Microsoft.Office.Interop.Excel.ListRow Add (object Position);
Public Function Add (Optional Position As Object) As ListRow

Parameters

Position
Object

Optional Integer. Specifies the relative position of the new row.

Returns

Remarks

If Position is not specified, a new bottom row is added.

Applies to