Click to return to the Reusing Browser Technology home page    
IHTMLTable2 Interface     Table2::firstPage Method     IHTMLTable2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTable2::cells Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.