CopyColumn

Cells.CopyColumn method

复制整列的数据和格式。

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

也可以看看