AutoFitRows
AutoFitRows()
自动调整此工作表中的所有行。
public void AutoFitRows()
也可以看看
AutoFitRows(bool)
自动调整此工作表中的所有行。
public void AutoFitRows(bool onlyAuto)
范围 | 类型 | 描述 |
---|---|---|
onlyAuto | Boolean | True,仅在未自定义行高时自动调整行高。 |
也可以看看
AutoFitRows(int, int)
自动调整范围内的行高。
public void AutoFitRows(int startRow, int endRow)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 开始行索引。 |
endRow | Int32 | 结束行索引。 |