rowCount property

int? get rowCount

Implementation

int? get rowCount native;
set rowCount (int? value)

Implementation

set rowCount(int? value) native;