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