rowspan method

Td rowspan(
  1. int r
)

Implementation

Td rowspan(int r) {
  attr('rowspan', StringAttribute('$r'));
  return this;
}