Inserts an empty row into the table section. The row is added at the position indicated by the zero-based 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 value that contains the index of the table row position.
- 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