ariaColCount property
String?
get
ariaColCount
The ariaColCount
property of the Element interface reflects the
value of the
aria-colcount
attribute, which defines the number of columns in a table, grid, or
treegrid.
Implementation
external String? get ariaColCount;
set
ariaColCount
(String? value)
Implementation
external set ariaColCount(String? value);