TD.rowSpan (Property)

Indicates how many rows the table cell is intended to span.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Number primitive
JavaScript syntax:-myTD.rowSpan

This is used when you want to create complex tables. This technique may be an alternative to nesting a table. That is always good because sometimes nested tables can become very unwieldy.

See also:style.rowSpan, TH.rowSpan