CopyColumn

GridCells.CopyColumn method

复制整列的数据和格式。

public void CopyColumn(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
范围类型描述
sourceCellsGridCells源单元格对象包含要复制的数据和格式。
sourceColumnIndexInt32源列索引。
destinationColumnIndexInt32目标列索引。

也可以看看