AutoFitRows

AutoFitRows()

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

public void AutoFitRows()

也可以看看


AutoFitRows(int, int)

自动调整范围内的行高。

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

也可以看看