IHTMLTableRow::insertCellIHTMLTableRow::insertCell*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTableRow::get_vAlign
*Next Topic: IHTMLTableRow::put_align

IHTMLTableRow::insertCell


HRESULT insertCell(
    long index 
);

Inserts an empty cell into this row. The cell is inserted at the zero-based index passed into the table. If -1, or the size of the cells collection for this row is passed in, the cell is appended and a pointer to the cell created is returned.

index
Long integer specifying the index value for the table cell.

See also deleteCell


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