InsertColumns
InsertColumns(int, int)
在工作表中插入一些列。
public void InsertColumns(int columnIndex, int totalColumns)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
totalColumns | Int32 | 列数。 |
也可以看看
InsertColumns(int, int, bool)
在工作表中插入一些列。
public void InsertColumns(int columnIndex, int totalColumns, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
totalColumns | Int32 | 列数。 |
updateReference | Boolean | 指示是否将更新其他工作表中的引用。 |