colSpan property

int get colSpan

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

Implementation

external int get colSpan;
set colSpan (int value)

Implementation

external set colSpan(int value);