columnCount property

String columnCount

Implementation

_i2.String get columnCount => _i4.getProperty(
      this,
      'columnCount',
    );
void columnCount=(String value)

Implementation

set columnCount(_i2.String value) {
  _i4.setProperty(
    this,
    'columnCount',
    value,
  );
}