Share via


ListRows.AddEx Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function AddEx ( _
    Position As Object, _
    AlwaysInsert As Object _
) As ListRow
'Usage
Dim instance As ListRows
Dim Position As Object
Dim AlwaysInsert As Object
Dim returnValue As ListRow

returnValue = instance.AddEx(Position, _
    AlwaysInsert)
ListRow AddEx(
    Object Position,
    Object AlwaysInsert
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.ListRow

See Also

Reference

ListRows Interface

ListRows Members

Microsoft.Office.Interop.Excel Namespace