autoRowsMin method

GridBuilder autoRowsMin()

设置自动行高为min

Implementation

GridBuilder autoRowsMin() {
  // 未来版本将支持auto rows
  return this;
}