IHTMLTable2::cells Property
Retrieves a collection of all cells in the row of a table. This is a collection of th and td elements.
Syntax
HRESULT IHTMLTable2::get_cells(IHTMLElementCollection **p);
Parameters
- p
Address of a pointer to a variable of type IHTMLElementCollection interface that receives the cells collection.
Return Value
Returns S_OK if successful, or an error value otherwise.