rowSpan property
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;
Implementation
external set rowSpan(int value);