rowCount property - AccessibleNode class - dart:html library (original) (raw)

description

int? getrowCount

Implementation

int? get rowCount native;

setrowCount (int? value)

Implementation

set rowCount(int? value) native;