colSpan property

num colSpan

Sets or retrieves the number columns in the table that the object should span.

MDN Reference

Implementation

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

Implementation

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