ariaRowSpan property
String?
get
ariaRowSpan
The ariaRowSpan
property of the Element interface reflects the
value of the
aria-rowspan
attribute, which defines the number of rows spanned by a cell or gridcell
within a table, grid, or treegrid.
Implementation
external String? get ariaRowSpan;
set
ariaRowSpan
(String? value)
Implementation
external set ariaRowSpan(String? value);