span property
int
get
span
The span
read-only property of the HTMLTableColElement interface
represents the number of columns this col
or colgroup
must span; this
lets the column occupy space across multiple columns of the table. It
reflects the
span
attribute.
Implementation
external int get span;
set
span
(int value)
Implementation
external set span(int value);