IHTMLTable::tBodies Property

Returns a collection of TBODY elements defined in this table. The length of this collection is the count of table bodies returned.

Syntax

HRESULT IHTMLTable::get_tBodies(IHTMLElementCollection **p);

Parameters

Return Value

Returns S_OK if successful, or an error value otherwise.