createTBody method

Creates an empty tBody element in the table.

 

Syntax

 retVal = object.createTBody();

Parameters

This method has no parameters.

Standards information

There are no standards that apply here.

Remarks

If a tBody already exists, IHTMLTable4::createTBody returns the existing element. Otherwise, it returns a pointer to the element created.

See also

IHTMLTable::createTHead