Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::deleteCaption Next Topic: IHTMLTable::deleteTFoot |
IHTMLTable::deleteRow
HRESULT deleteRow( long index );Removes the row indicated by the value of the zero-based index parameter from this table section.
- Returns S_OK if successful, or an error value otherwise.
- index
- Long integer value specifying the index position in the table.
See also insertRow
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.