Language References
Sets or retrieves the number of rows spanned by the current cell.
Inline |
<element ROWSPAN = iRows...> |
Script |
object.rowSpan = iRows ] |
iRows |
Integer indicating the number of spanned rows. |
The property is read/write with a default value of 1.
This attribute specifies how many rows in a TABLE the cell should span. Specifying a zero value means that the cell spans all rows from the current row to the last row of the table in which the cell is defined.
This property can only be changed after the page has been loaded.
TD, TH
colSpan, Using Tables