IHTMLTable::insertRowIHTMLTable::insertRow*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_width
*Next Topic: IHTMLTable::nextPage

IHTMLTable::insertRow


HRESULT insertRow(
    long index,
    IDispatch **row 
);

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.

index
Long integer value that contains the index of the table row position.
row
Address of a pointer to an IDispatch interface.

See also deleteRow


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.