ariaColSpan property

String? get ariaColSpan

The ariaColSpan property of the Element interface reflects the value of the aria-colspan attribute, which defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

Implementation

external String? get ariaColSpan;
set ariaColSpan (String? value)

Implementation

external set ariaColSpan(String? value);