colspan method

Td colspan(
  1. int c
)

Implementation

Td colspan(int c) {
  attr('colspan', StringAttribute('$c'));
  return this;
}