rows property
HTMLCollectionOf<HTMLTableRowElement>
get
rows
Sets or retrieves the number of horizontal rows contained in the object.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLTableRowElement> get rows => _i4.getProperty(
this,
'rows',
);