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