ariaColIndex property

String? get ariaColIndex
inherited

The ariaColIndex property of the Element interface reflects the value of the aria-colindex attribute, which defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

Implementation

external String? get ariaColIndex;
set ariaColIndex (String? value)
inherited

Implementation

external set ariaColIndex(String? value);