IHTMLTableRow::get_cellsIHTMLTableRow::get_cells*
*



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.

p
Address of a variable that receives an interface pointer to the collection.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.