The goog.editor.TableRow Class

goog.editor.TableRow(trElement, rowIndex)

Class representing a logical table row: a tr element and any cells that appear in that row.

trElement {Element}
This rows's underlying TR element.
rowIndex {number}
This row's index in its parent table.