ListRows.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.