rowCount property - AccessibleNode class - dart:html library (original) (raw)
int? getrowCount
Implementation
int? get rowCount native;
setrowCount (int? value)
Implementation
set rowCount(int? value) native;
int? getrowCount
int? get rowCount native;
setrowCount (int? value)
set rowCount(int? value) native;