HTMLTableElement.TBodies

HTMLTableElement.TBodies property

Returns a collection of the table bodies (including implicit ones).

public HTMLCollection TBodies { get; }

See Also