rowSpan property

int get rowSpan

The rowSpan read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table. It reflects the rowspan attribute.

Implementation

external int get rowSpan;
set rowSpan (int value)

Implementation

external set rowSpan(int value);