Gets a collection containing all cells in this row.

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

Property Value

A HTMLCollection containing all cells in this row.

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace