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
- Position
Type: System.Object
- AlwaysInsert
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.ListRow