rows property
num
get
rows
Sets or retrieves the number of horizontal rows contained in the object.
Implementation
_i2.num get rows => _i4.getProperty(
this,
'rows',
);
set
rows
(num value)
Implementation
set rows(_i2.num value) {
_i4.setProperty(
this,
'rows',
value,
);
}