Click to return to the Reusing Browser Technology home page    
IHTMLTableSection::get_vA...     IHTMLTextAreaElement Inte...     IHTMLTableSection Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLTableSection::insertRow Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.