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