AutoFitRows

AutoFitRows()

自动调整此工作表中的所有行。

public void AutoFitRows()

也可以看看


AutoFitRows(bool)

自动调整此工作表中的所有行。

public void AutoFitRows(bool onlyAuto)
范围类型描述
onlyAutoBooleanTrue,仅在未自定义行高时自动调整行高。

也可以看看


AutoFitRows(int, int)

自动调整范围内的行高。

public void AutoFitRows(int startRow, int endRow)
范围类型描述
startRowInt32开始行索引。
endRowInt32结束行索引。

也可以看看