rows property

num rows

Sets or retrieves the number of horizontal rows contained in the object.

Implementation

_i2.num get rows => _i4.getProperty(
      this,
      'rows',
    );
void rows=(num value)

Implementation

set rows(_i2.num value) {
  _i4.setProperty(
    this,
    'rows',
    value,
  );
}