autoRowsFr method

GridBuilder autoRowsFr()

设置自动行高为fr

Implementation

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