autoRowsMax method

GridBuilder autoRowsMax()

设置自动行高为max

Implementation

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