span method

Colgroup span(
  1. int s
)

Implementation

Colgroup span(int s) {
  attr('span', StringAttribute('$s'));
  return this;
}