CopyColumns

GridCells.CopyColumns method

复制整列的数据和格式。

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

也可以看看