colSpan property

int colSpan

Implementation

int get colSpan => js_util.getProperty(this, 'colSpan');
void colSpan=(int newValue)

Implementation

set colSpan(int newValue) {
  js_util.setProperty(this, 'colSpan', newValue);
}