TH.rowSpan (Property)

The number of rows that the table header will 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:-myTH.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, TD.rowSpan