columnCount property
String
get
columnCount
Implementation
_i2.String get columnCount => _i4.getProperty(
this,
'columnCount',
);
set
columnCount
(String value)
Implementation
set columnCount(_i2.String value) {
_i4.setProperty(
this,
'columnCount',
value,
);
}