DeleteColumns
GridCells.DeleteColumns method
删除几列。
public void DeleteColumns(int columnIndex, int totalColumns, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
totalColumns | Int32 | 要删除的列数。 |
updateReference | Boolean | 指示是否更新其他工作表中的引用。 |
删除几列。
public void DeleteColumns(int columnIndex, int totalColumns, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
totalColumns | Int32 | 要删除的列数。 |
updateReference | Boolean | 指示是否更新其他工作表中的引用。 |