AutoFitColumn
AutoFitColumn(int, int, int)
自动调整列宽。
public void AutoFitColumn(int columnIndex, int firstRow, int lastRow)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
firstRow | Int32 | 第一行索引。 |
lastRow | Int32 | 最后一行索引。 |
评论
此方法根据行内一系列单元格中的内容自动调整行。
也可以看看
AutoFitColumn(int)
自动调整列宽。
public void AutoFitColumn(int columnIndex)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
评论
AutoFitColumn 是一个不精确的函数。