class js.html.TableRowElement extends Element

Available on js

DOM table row objects expose the HTMLTableRowElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of rows in an HTML table.

Documentation for this class was provided by MDN.

Instance Fields

var align:String

row.bgColor Deprecated

var bgColor:String

row.cells

var ch:String

row.chOff

var chOff:String

row.rowIndex

var rowIndex:Int

row.sectionRowIndex

var sectionRowIndex:Int

row.vAlign

function deleteCell(index:Int):Void

function insertCell(index:Int):Element