Contents Index Topic Contents | ||
Previous Topic: IHTMLTableRow Next Topic: IHTMLTableRow::get_align |
IHTMLTableRow::deleteCell
HRESULT deleteCell( long index );Removes a cell and all its contents from the row.
- Returns S_OK if successful, or an error value otherwise.
- index
- Long integer value specifying the row position index to be deleted.
See also insertCell
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.