Gets a collection containing all table bodies in this table.

[VBScript]
Public ReadOnly Property TBodies As HTMLCollection
[JScript]
public function get TBodies() : HTMLCollection;

Property Value

A HTMLCollection containing all table bodies in this table.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace