Returns a collection made up of a range of table cells.
Syntax
HRESULT cells( BSTR range, IHTMLElementCollection** pColl );
Parameters
- range
- Optional. A string (BSTR) that specifies the range of cells. To return all cells of the table, please set the range parameter to NULL.
- pColl
- Address of an IHTMLElementCollection structure.
Return Value
Returns S_OK if successful, or an error code otherwise.