autoRowsAuto method

GridBuilder autoRowsAuto()

设置自动行高为auto

Implementation

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