HTMLTableRowElement.Cells Property |
Gets a collection containing all cells in this row.
[VBScript] Public ReadOnly Property Cells As HTMLCollection
[JScript] public function get Cells() : HTMLCollection;
A HTMLCollection containing all cells in this row.
HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace