Gets a collection containing all rows in this element.

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

Property Value

A HTMLCollection containing all rows in this element.

See Also

HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace