Contents Index Topic Contents | ||
Previous Topic: IHTMLTableRow::get_borderColorLight Next Topic: IHTMLTableRow::get_rowIndex |
IHTMLTableRow::get_cells
HRESULT get_cells( IHTMLElementCollection **p );Retrieves a collection of all cells in the row of a table. This is a collection of TH and TD elements.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to the collection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.