rowspan method

Th rowspan(
  1. int r
)

Implementation

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