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