HTMLTableElement.TBodies Property |
Gets a collection containing all table bodies in this table.
[VBScript] Public ReadOnly Property TBodies As HTMLCollection
[JScript] public function get TBodies() : HTMLCollection;
A HTMLCollection containing all table bodies in this table.
HTMLTableElement Object | HTMLTableElement Members | DOM Namespace