HTMLTableSectionElement.Rows Property |
Gets a collection containing all rows in this element.
[VBScript] Public ReadOnly Property Rows As HTMLCollection
[JScript] public function get Rows() : HTMLCollection;
A HTMLCollection containing all rows in this element.
HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace