CopyColumns

CopyColumns(Cells, int, int, int, PasteOptions)

复制整列的数据和格式。

public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber, PasteOptions pasteOptions)
范围类型描述
sourceCells0CellsSource Cells 对象包含要复制的数据和格式。
sourceColumnIndexInt32源列索引。
destinationColumnIndexInt32目标列索引。
columnNumberInt32复制的列号。
pasteOptionsPasteOptions粘贴选项。

也可以看看


CopyColumns(Cells, int, int, int)

复制整列的数据和格式。

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

也可以看看


CopyColumns(Cells, int, int, int, int)

复制整个列的数据和格式。

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

也可以看看