Click to return to the Reusing Browser Technology home page    
IHTMLTableRow::get_vAlign...     IHTMLTableRow::put_align ...     IHTMLTableRow Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTableRow::insertCell Method


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.

Syntax

HRESULT insertCell(
    long index 
);

Parameters

index
Long integer that specifies the index value for the table cell.

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

deleteCell


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.