Inserts an empty row into this table section. The row is added at the position indicated by the index provided. For example, passing in 1 adds the row between 0 and 1, thus becoming the row with index 1. Passing in -1 or the size of the collection causes the row to be appended.
Syntax
HRESULT insertRow( long index, IDispatch **row );
Parameters
- index
- Long integer that contains the value that specifies the position in the table.
- row
- Address of a pointer to an IDispatch interface.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
deleteRow