maxColumn property
num
get
maxColumn
This read-only property returns the largest column value.
Implementation
_i2.num get maxColumn => _i4.getProperty(
this,
'maxColumn',
);
set
maxColumn
(num value)
Implementation
set maxColumn(_i2.num value) {
_i4.setProperty(
this,
'maxColumn',
value,
);
}